From 475d7076f0815142117443f9ed37de4df40fc438 Mon Sep 17 00:00:00 2001 From: Kevin Yap Date: Fri, 12 Dec 2014 22:09:55 -0800 Subject: [PATCH] Standardized capitalization of "GitHub" in docs --- docs/_templates/sidebarintro.html | 2 +- docs/extensions.rst | 2 +- docs/patterns/jquery.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 26e32261..25245591 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -17,6 +17,6 @@ diff --git a/docs/extensions.rst b/docs/extensions.rst index 187f39b3..748b11b3 100644 --- a/docs/extensions.rst +++ b/docs/extensions.rst @@ -32,7 +32,7 @@ depending on how the extension is distributed. If you want to develop an application that supports Flask 0.7 or earlier you should still import from the :data:`flask.ext` package. We provide you with a compatibility module that provides this package for older versions of Flask. You can -download it from github: `flaskext_compat.py`_ +download it from GitHub: `flaskext_compat.py`_ And here is how you can use it:: diff --git a/docs/patterns/jquery.rst b/docs/patterns/jquery.rst index bcf804d3..c2e8838d 100644 --- a/docs/patterns/jquery.rst +++ b/docs/patterns/jquery.rst @@ -165,4 +165,4 @@ explanation of the little bit of code above: If you don't get the whole picture, download the `sourcecode for this example `_ -from github. +from GitHub.