Skip to content

Commit 28efd8d

Browse files
lipisredapple
authored andcommitted
Github >> GitHub
1 parent 1e7b216 commit 28efd8d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Well-written patches should:
8686
Submitting patches
8787
==================
8888

89-
The best way to submit a patch is to issue a `pull request`_ on Github,
89+
The best way to submit a patch is to issue a `pull request`_ on GitHub,
9090
optionally creating a new issue first.
9191

9292
Remember to explain what was fixed or the new functionality (what it is, why
@@ -96,7 +96,7 @@ developers to understand and accept your patch.
9696
You can also discuss the new functionality (or bug fix) before creating the
9797
patch, but it's always good to have a patch ready to illustrate your arguments
9898
and show that you have put some additional thought into the subject. A good
99-
starting point is to send a pull request on Github. It can be simple enough to
99+
starting point is to send a pull request on GitHub. It can be simple enough to
100100
illustrate your idea, and leave documentation/tests for later, after the idea
101101
has been validated and proven useful. Alternatively, you can send an email to
102102
`scrapy-users`_ to discuss your idea first.

docs/topics/selectors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ namespaces altogether and just work with element names, to write more
736736
simple/convenient XPaths. You can use the
737737
:meth:`Selector.remove_namespaces` method for that.
738738

739-
Let's show an example that illustrates this with Github blog atom feed.
739+
Let's show an example that illustrates this with GitHub blog atom feed.
740740

741741
.. highlight:: sh
742742

docs/topics/ubuntu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ubuntu packages
88

99
`Scrapinghub`_ publishes apt-gettable packages which are generally fresher than
1010
those in Ubuntu, and more stable too since they're continuously built from
11-
`Github repo`_ (master & stable branches) and so they contain the latest bug
11+
`GitHub repo`_ (master & stable branches) and so they contain the latest bug
1212
fixes.
1313

1414
To use the packages:
@@ -33,4 +33,4 @@ To use the packages:
3333
repositories, it's very outdated and it isn't supported by Scrapy team.
3434

3535
.. _Scrapinghub: http://scrapinghub.com/
36-
.. _Github repo: https://github.com/scrapy/scrapy
36+
.. _GitHub repo: https://github.com/scrapy/scrapy

0 commit comments

Comments
 (0)