From 99d31d153cc71aaf2309f87a3d01a538d0082ba2 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Tue, 7 Feb 2017 20:25:40 +0100 Subject: [PATCH] Use HTTPS for github.com, docs.python.org and notes.pault.ag URLs (#1219) * Use HTTPS for github.com * Use HTTPS for docs.python.org * Use HTTPS for notes.pault.ag --- CONTRIBUTING.rst | 2 +- docs/language/api.rst | 2 +- docs/style-guide.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3b7ed63..4ae483b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -105,7 +105,7 @@ http://contributor-covenant.org/version/1/1/0/. .. _issue tracker: https://github.com/hylang/hy/issues .. _Fork the Repo: https://help.github.com/articles/fork-a-repo/ .. _Start Here: http://rogerdudler.github.io/git-guide/ -.. _good-first-bug: http://github.com/hylang/hy/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-bug +.. _good-first-bug: https://github.com/hylang/hy/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-bug .. _latest: http://hylang.org/ .. _stable: http://docs.hylang.org/en/stable/ diff --git a/docs/language/api.rst b/docs/language/api.rst index ee91be3..56c5841 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -1763,4 +1763,4 @@ yield-from ``yield-from`` is used to call a subgenerator. This is useful if you want your coroutine to be able to delegate its processes to another coroutine, say, if using something fancy like -`asyncio `_. +`asyncio `_. diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 0ed87a9..6c7e483 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -221,6 +221,6 @@ Thanks Survival Guide`_ + The `Clojure Style Guide`_ -.. _`Hy Survival Guide`: http://notes.pault.ag/hy-survival-guide/ +.. _`Hy Survival Guide`: https://notes.pault.ag/hy-survival-guide/ .. _`Clojure Style Guide`: https://github.com/bbatsov/clojure-style-guide .. _`@paultag`: https://github.com/paultag