summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2015-07-26 19:47:13 +0200
committerMaximiliano Curia <maxy@debian.org>2015-09-29 16:03:55 +0200
commite7ba6bd0f378c41d754e14a6006055bcb4cdecb0 (patch)
treece74afee0d383dc25d99ad66f9d7b2c1e447d0c0
parent6cf0475c8cc7ba9af71c44a184ecb7067f4047a1 (diff)
Use HTTPS URLs where possible
-rw-r--r--README.rst10
-rwxr-xr-xgit-hub6
-rw-r--r--man.rst2
3 files changed, 9 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index 6fb0349..dad0ab7 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ Another *unique* feature is the ability to transform an issue into a pull
request by attaching commits to it (this is something offered by the `GitHub
API`__ but not by the web interface).
-__ http://developer.github.com/
+__ https://developer.github.com/
Usage
@@ -254,12 +254,12 @@ tool I'm sure you already have a GitHub_ account ;).
__ https://github.com/sociomantic/git-hub/issues/new
-.. _Python: http://www.python.org/
+.. _Python: https://www.python.org/
.. _Docutils: http://docutils.sourceforge.net/
-.. _Git: http://www.git-scm.com/
-.. _GitHub: http://www.github.com/
+.. _Git: https://www.git-scm.com/
+.. _GitHub: https://www.github.com/
.. _Ubuntu: http://www.ubuntu.com/
-.. _Debian: http://www.debian.org/
+.. _Debian: https://www.debian.org/
.. _VIM: http://www.vim.org/
.. _FPM: https://github.com/jordansissel/fpm
diff --git a/git-hub b/git-hub
index 332a359..ff031b6 100755
--- a/git-hub
+++ b/git-hub
@@ -23,7 +23,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
"""\
@@ -371,7 +371,7 @@ class Config:
# to use OAuth just leave `basic_auth` and set `oauthtoken`. To fill the
# `basic_auth` member, the `set_basic_auth()` convenient method is provided).
#
-# See http://developer.github.com/ for more details on the GitHub API
+# See https://developer.github.com/ for more details on the GitHub API
class RequestManager:
basic_auth = None
@@ -493,7 +493,7 @@ def check_empty_message(msg):
message_markdown_help = '''\
# Remember GitHub will parse comments and descriptions as GitHub
# Flavored Markdown.
-# For details see: http://github.github.com/github-flavored-markdown/
+# For details see: https://github.github.com/github-flavored-markdown/
#
# Lines starting with '# ' (note the space after the hash!) will be
# ignored, and an empty message aborts the command. The space after the
diff --git a/man.rst b/man.rst
index a7fed50..dfff7be 100644
--- a/man.rst
+++ b/man.rst
@@ -458,7 +458,7 @@ from. These are the git config keys used:
Makes **--triangular** for `clone` if set to "true" (boolean value). See
`clone` documentation for details.
-[1] http://developer.github.com/v3/pulls/#get-a-single-pull-request
+[1] https://developer.github.com/v3/pulls/#get-a-single-pull-request
FILES