Consistent typesetting of "GitHub" (#50929)

This commit is contained in:
Simon Legner
2019-01-15 14:53:04 +01:00
committed by Alicia Cozine
parent e515b4000c
commit 33b9c880a4
14 changed files with 19 additions and 19 deletions

View File

@@ -109,7 +109,7 @@ This example is a simple demonstration that shows how to minimally run a couple
.. note:: Ansible emits warnings and errors via the display object, which prints directly to stdout, stderr and the Ansible log.
The source code for the ``ansible``
command line tools (``lib/ansible/cli/``) is `available on Github <https://github.com/ansible/ansible/tree/devel/lib/ansible/cli>`_.
command line tools (``lib/ansible/cli/``) is `available on GitHub <https://github.com/ansible/ansible/tree/devel/lib/ansible/cli>`_.
.. seealso::

View File

@@ -32,7 +32,7 @@ Vagrant Cloud.
This guide will use the Vagrant boxes created by the `packer-windoze <https://github.com/jborean93/packer-windoze>`_
repository which have also been uploaded to `Vagrant Cloud <https://app.vagrantup.com/boxes/search?utf8=%E2%9C%93&sort=downloads&provider=&q=jborean93>`_.
To find out more info on how these images are created, please go to the Github
To find out more info on how these images are created, please go to the GitHub
repo and look at the ``README`` file.
Before you can get started, the following programs must be installed (please consult the Vagrant and

View File

@@ -45,7 +45,7 @@ development.
Even for non developers, helping to test pull requests for bug fixes and features is still
immensely valuable. Ansible users who understand writing playbooks and roles should be
able to add integration tests and so Github pull requests with integration tests that show
able to add integration tests and so GitHub pull requests with integration tests that show
bugs in action will also be a great way to help.