@@ -25,7 +25,7 @@ non-trivial, and may require buying software licenses.
2525
2626The Appveyor service is a continuous integration service, much like the
2727better-known `Travis `_ service that is commonly used for testing by projects
28- hosted on `Github `_. However, unlike Travis, the build workers on Appveyor are
28+ hosted on `GitHub `_. However, unlike Travis, the build workers on Appveyor are
2929Windows hosts and have the necessary compilers installed to build Python
3030extensions.
3131
@@ -44,7 +44,7 @@ have an account on the service. Instructions on setting up an account are given
4444in `the Appveyor documentation <https://www.appveyor.com/docs/ >`__. The free tier
4545of account is perfectly adequate for open source projects.
4646
47- Appveyor provides integration with `Github `_ and `Bitbucket `_, so as long as
47+ Appveyor provides integration with `GitHub `_ and `Bitbucket `_, so as long as
4848your project is hosted on one of those two services, setting up Appveyor
4949integration is straightforward.
5050
@@ -241,5 +241,5 @@ For reference, the SDK setup support script is listed here:
241241
242242.. _Appveyor : https://www.appveyor.com/
243243.. _Travis : https://travis-ci.org/
244- .. _ Github : https://github.com
244+ .. _ GitHub : https://github.com
245245.. _Bitbucket : https://bitbucket.org/
0 commit comments