File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ <h3>Useful Links</h3>
17
17
< ul >
18
18
< li > < a href ="http://flask.pocoo.org/ "> The Flask Website</ a > </ li >
19
19
< 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 >
21
21
< li > < a href ="http://github.com/mitsuhiko/flask/issues "> Issue Tracker</ a > </ li >
22
22
</ ul >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ depending on how the extension is distributed. If you want to develop an
32
32
application that supports Flask 0.7 or earlier you should still import
33
33
from the :data: `flask.ext ` package. We provide you with a compatibility
34
34
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 `_
36
36
37
37
And here is how you can use it::
38
38
Original file line number Diff line number Diff line change @@ -165,4 +165,4 @@ explanation of the little bit of code above:
165
165
If you don't get the whole picture, download the `sourcecode
166
166
for this example
167
167
<https://github.com/mitsuhiko/flask/tree/master/examples/jqueryexample> `_
168
- from github .
168
+ from GitHub .
You can’t perform that action at this time.
0 commit comments