Skip to content

Commit 475d707

Browse files
committed
Standardized capitalization of "GitHub" in docs
1 parent 41b5d77 commit 475d707

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/_templates/sidebarintro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ <h3>Useful Links</h3>
1717
<ul>
1818
<li><a href="http://flask.pocoo.org/">The Flask Website</a></li>
1919
<li><a href="http://pypi.python.org/pypi/Flask">Flask @ PyPI</a></li>
20-
<li><a href="http://github.com/mitsuhiko/flask">Flask @ github</a></li>
20+
<li><a href="http://github.com/mitsuhiko/flask">Flask @ GitHub</a></li>
2121
<li><a href="http://github.com/mitsuhiko/flask/issues">Issue Tracker</a></li>
2222
</ul>

docs/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depending on how the extension is distributed. If you want to develop an
3232
application that supports Flask 0.7 or earlier you should still import
3333
from the :data:`flask.ext` package. We provide you with a compatibility
3434
module that provides this package for older versions of Flask. You can
35-
download it from github: `flaskext_compat.py`_
35+
download it from GitHub: `flaskext_compat.py`_
3636

3737
And here is how you can use it::
3838

docs/patterns/jquery.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ explanation of the little bit of code above:
165165
If you don't get the whole picture, download the `sourcecode
166166
for this example
167167
<https://github.com/mitsuhiko/flask/tree/master/examples/jqueryexample>`_
168-
from github.
168+
from GitHub.

0 commit comments

Comments
 (0)