]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docs: change github/Github to GitHub
authorChristian Berendt <berendt@b1-systems.de>
Wed, 4 Jul 2018 08:42:34 +0000 (10:42 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 4 Jul 2018 11:05:27 +0000 (13:05 +0200)
Signed-off-by: Christian Berendt <berendt@b1-systems.de>
docs/source/dev/index.rst
docs/source/index.rst

index 591b74231b246c58c7d9f8334add2f33a3a525ca..aadf58dcab79cef73c4f7c13d623b4fab9c33261 100644 (file)
@@ -12,9 +12,9 @@ IRC
 ---
 Feel free to join us in the channel #ceph-ansible of the OFTC servers
 
-Github
+GitHub
 ------
-The main github account for the project is at https://github.com/ceph/ceph-ansible/
+The main GitHub account for the project is at https://github.com/ceph/ceph-ansible/
 
 Submit a patch
 --------------
@@ -29,7 +29,7 @@ If your change impacts a variable file in a role such as ``roles/ceph-common/def
 
     $ ./generate_group_vars_sample.sh
 
-You are finally ready to push your changes on Github::
+You are finally ready to push your changes on GitHub::
 
     $ git commit -s
     $ git push origin my-working-branch
@@ -46,7 +46,7 @@ PR Testing
 ----------
 Pull Request testing is handled by jenkins. All test must pass before your PR will be merged.
 
-All of tests that are running are listed in the github UI and will list their current status.
+All of tests that are running are listed in the GitHub UI and will list their current status.
 
 If a test fails and you'd like to rerun it, comment on your PR in the following format::
 
index 92bd42cbe64b50dae4fb9b8b35a1991d02255558..6787ea9ce0103b7f6469ea78c9b09a8cd70eae5e 100644 (file)
@@ -12,9 +12,9 @@ Ansible playbooks for Ceph, the distributed filesystem.
 Installation
 ============
 
-github
+GitHub
 ------
-You can install directly from the source on github by following these steps:
+You can install directly from the source on GitHub by following these steps:
 
 - Clone the repository::