Skip to content

Commit 51b36b3

Browse files
committed
DOC: Change a lot of http links to https
1 parent 0274ed7 commit 51b36b3

25 files changed

+1676
-1676
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Read the Docs Team
22
==================
33

4-
The core Read the Docs team is described at http://docs.readthedocs.io/en/latest/team.html
4+
The core Read the Docs team is described at https://docs.readthedocs.io/en/latest/team.html
55

66
Original Authors
77
===============

CHANGELOG.rst

Lines changed: 1632 additions & 1632 deletions
Large diffs are not rendered by default.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bazaar_, Git_, and Mercurial_ repositories.
1212
Then we build documentation and host it for you.
1313
Think of it as *Continuous Documentation*.
1414

15-
.. _Read the docs: http://readthedocs.org/
15+
.. _Read the docs: https://readthedocs.org/
1616
.. _Sphinx: http://www.sphinx-doc.org/
1717
.. _reStructuredText: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
1818
.. _Subversion: http://subversion.tigris.org/
@@ -36,7 +36,7 @@ You can find information about getting in touch with Read the Docs at our `Contr
3636
Contributing
3737
------------
3838

39-
You can find information about contributing to Read the Docs at our `Contribution page <http://docs.readthedocs.io/en/latest/contribute.html>`_.
39+
You can find information about contributing to Read the Docs at our `Contribution page <https://docs.readthedocs.io/en/latest/contribute.html>`_.
4040

4141
Quickstart for GitHub-Hosted Projects
4242
-------------------------------------

docs/config-file/v1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,5 +285,5 @@ Behind the scene the following Pip command will be run:
285285

286286

287287
.. _environment file: http://conda.pydata.org/docs/using/envs.html#share-an-environment
288-
.. _extra requirements: http://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
289-
.. _package default dependencies: http://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies
288+
.. _extra requirements: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
289+
.. _package default dependencies: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies

docs/custom_domains.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Subdomain Support
1313
Every project has a subdomain that is available to serve its documentation. If you go to ``<slug>.readthedocs.io``, it should show you the latest version of documentation. A good example is https://pip.readthedocs.io
1414

1515
.. note:: If you have an old project that has an underscore (_) in the name, it will use a subdomain with a hyphen (-).
16-
`RFC 1035 <http://tools.ietf.org/html/rfc1035>`_ has more information on valid subdomains.
16+
`RFC 1035 <https://tools.ietf.org/html/rfc1035>`_ has more information on valid subdomains.
1717

1818
Custom Domain Support
1919
---------------------

docs/development/buildenvironments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ option.
3535
After this image is downloaded, you can update your settings to use the new
3636
image -- see `Configuration`_.
3737

38-
.. _`Docker`: http://docker.com
38+
.. _`Docker`: https://www.docker.com
3939
.. _`Docker Hub repository`: https://hub.docker.com/r/readthedocs/build/
4040
.. _`container image repo`: https://github.com/readthedocs/readthedocs-docker-images
4141

docs/development/design/yaml-file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ Footnotes
155155

156156
.. [#privacy-level] https://github.com/readthedocs/readthedocs.org/issues/2663
157157
.. [#project-description] https://github.com/readthedocs/readthedocs.org/issues/3689
158-
.. [#yaml-spec] http://yaml.org/spec/1.2/spec.html
158+
.. [#yaml-spec] https://yaml.org/spec/1.2/spec.html
159159
.. [#specversioning] https://github.com/readthedocs/readthedocs.org/issues/3806
160160
.. [#one-checkout] https://github.com/readthedocs/readthedocs.org/issues/1375

docs/development/docs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Content
4343

4444
* Do not break the content across multiple lines at 80 characters,
4545
but rather break them on semantic meaning (e.g. periods or commas).
46-
Read more about this `here <http://rhodesmill.org/brandon/2012/one-sentence-per-line/>`_.
46+
Read more about this `here <https://rhodesmill.org/brandon/2012/one-sentence-per-line/>`_.
4747
* If you are cross-referencing to a different page within our website,
4848
use the ``doc`` role and not a hyperlink.
4949
* If you are cross-referencing to a section within our website,

docs/development/front-end.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ There are several components to our bundling scheme:
148148
don't have a defined directory structure that would make it easy to
149149
imply the entry point to an application library.
150150

151-
.. _`Bower`: http://bower.io
152-
.. _`Gulp`: http://gulpjs.com
151+
.. _`Bower`: https://bower.io
152+
.. _`Gulp`: https://gulpjs.com
153153
.. _`Browserify`: http://browserify.org
154154
.. _`Debowerify`: https://github.com/eugeneware/debowerify
155155
.. _`LESS`: http://lesscss.org
156156

157-
.. _`jQuery`: http://jquery.com
158-
.. _`Knockout`: http://knockoutjs.com
157+
.. _`jQuery`: https://jquery.com
158+
.. _`Knockout`: https://knockoutjs.com

docs/development/i18n.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Internationalization
55
This document covers the details regarding internationalization and
66
localization that are applied in Read the Docs. The guidelines described are
77
mostly based on `Kitsune's localization documentation
8-
<http://kitsune.readthedocs.io/en/latest/localization.html>`_.
8+
<https://kitsune.readthedocs.io/en/latest/localization.html>`_.
99

1010
As with most of the Django applications out there, Read the Docs' i18n/l10n
1111
framework is based on `GNU gettext <http://www.gnu.org/software/gettext/>`_.

docs/development/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ you need these libraries.
7676
or you need to find the proper equivalent libraries.
7777

7878

79-
.. _Python 3.6: http://www.python.org/
79+
.. _Python 3.6: https://www.python.org/
8080
.. _virtualenv: https://virtualenv.pypa.io/en/stable/
81-
.. _Git: http://git-scm.com/
81+
.. _Git: https://git-scm.com/
8282
.. _Mercurial: https://www.mercurial-scm.org/
8383
.. _Pip: https://pip.pypa.io/en/stable/
84-
.. _Homebrew: http://brew.sh/
84+
.. _Homebrew: https://brew.sh/
8585
.. _Elasticsearch: https://www.elastic.co/products/elasticsearch
8686
.. _Redis: https://redis.io/
8787
.. _bug: https://code.djangoproject.com/ticket/29182

docs/development/search.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ As per requirements of `django-elasticsearch-dsl`_, it is stored in the
106106
.. _GitHub Repository: https://github.com/readthedocs/readthedocs.org/tree/master/readthedocs/search
107107
.. _the Elasticsearch document: https://www.elastic.co/guide/en/elasticsearch/guide/current/document.html
108108
.. _django-elasticsearch-dsl: https://github.com/sabricot/django-elasticsearch-dsl
109-
.. _elasticsearch-dsl: http://elasticsearch-dsl.readthedocs.io/en/latest/
109+
.. _elasticsearch-dsl: https://elasticsearch-dsl.readthedocs.io/en/latest/
110110
.. _signals: https://docs.djangoproject.com/en/2.1/topics/signals/

docs/development/tests.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ lint
4343
docs
4444
Test documentation compilation with Sphinx.
4545

46-
.. _`Tox`: http://tox.readthedocs.io/en/latest/index.html
47-
.. _`Prospector`: http://prospector.readthedocs.io/en/master/
48-
.. _`pylint`: http://docs.pylint.org/
46+
.. _`Tox`: https://tox.readthedocs.io/en/latest/index.html
47+
.. _`Prospector`: https://prospector.readthedocs.io/en/master/
48+
.. _`pylint`: https://pylint.readthedocs.io/
4949
.. _`pyflakes`: https://github.com/pyflakes/pyflakes
50-
.. _`pep8`: http://pep8.readthedocs.io/en/latest/index.html
50+
.. _`pep8`: https://pep8.readthedocs.io/en/latest/index.html
5151

5252
Continuous Integration
5353
----------------------

docs/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ For example,
129129
Kombu is a subproject of Celery,
130130
so you can access it on the `celery.readthedocs.io` domain:
131131

132-
http://celery.readthedocs.io/projects/kombu/en/latest/
132+
https://celery.readthedocs.io/projects/kombu/en/latest/
133133

134134
This also works the same for custom domains:
135135

@@ -163,7 +163,7 @@ I want comments in my docs
163163

164164
RTD doesn't have explicit support for this. That said, a tool like `Disqus`_ (and the `sphinxcontrib-disqus`_ plugin) can be used for this purpose on RTD.
165165

166-
.. _Disqus: http://disqus.com/
166+
.. _Disqus: https://disqus.com/
167167
.. _sphinxcontrib-disqus: https://pypi.python.org/pypi/sphinxcontrib-disqus
168168

169169
How do I support multiple languages of documentation?

docs/guides/canonical.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ http://www.mattcutts.com/blog/seo-advice-url-canonicalization/
4747

4848
This is a good explanation for why canonical pages are good for SEO:
4949

50-
http://moz.com/blog/canonical-url-tag-the-most-important-advancement-in-seo-practices-since-sitemaps
50+
https://moz.com/blog/canonical-url-tag-the-most-important-advancement-in-seo-practices-since-sitemaps

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Free and open source
2525
for nearly 100,000 large and small open source projects
2626
in almost every human and computer language.
2727

28-
.. _Read the docs: http://readthedocs.org/
28+
.. _Read the docs: https://readthedocs.org/
2929

3030

3131
First steps

docs/intro/getting-started-with-mkdocs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ Here are some external resources to help you learn more about MkDocs.
7373
* `Writing your docs with MkDocs`_
7474

7575
.. _MkDocs documentation: https://www.mkdocs.org/
76-
.. _Markdown syntax guide: http://daringfireball.net/projects/markdown/syntax
76+
.. _Markdown syntax guide: https://daringfireball.net/projects/markdown/syntax
7777
.. _Writing your docs with MkDocs: https://www.mkdocs.org/user-guide/writing-your-docs/

docs/privacy-policy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ For more details about DNT, visit `All About Do Not Track`_.
262262
.. _W3C's tracking preference expression: https://www.w3.org/TR/tracking-dnt/
263263
.. _EFF's DNT Policy: https://www.eff.org/issues/do-not-track
264264
.. _available here: https://readthedocs.org/.well-known/dnt-policy.txt
265-
.. _All About Do Not Track: http://www.allaboutdnt.com
265+
.. _All About Do Not Track: https://www.allaboutdnt.com
266266

267267
Cookies
268268
~~~~~~~

docs/sponsors.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Past sponsors
2525
* `Rackspace`_
2626
* `Mozilla`_
2727

28-
.. _Revsys: http://www.revsys.com/
29-
.. _Python Software Foundation: http://python.org/psf/
30-
.. _Mozilla Web Dev: http://blog.mozilla.com/webdev/
28+
.. _Revsys: https://www.revsys.com/
29+
.. _Python Software Foundation: https://www.python.org/psf/
30+
.. _Mozilla Web Dev: https://blog.mozilla.org/webdev/
3131
.. _Django Software Foundation: https://www.djangoproject.com/foundation/
3232
.. _Lab305: http://www.lab305.com/
33-
.. _Rackspace: http://www.rackspace.com/
33+
.. _Rackspace: https://www.rackspace.com/
3434
.. _Mozilla: https://www.mozilla.org/en-US/
35-
.. _Twilio: http://twilio.com/
35+
.. _Twilio: https://twilio.com/
3636
.. _Cloudflare: https://www.cloudflare.com/
3737
.. _Microsoft Azure: https://azure.microsoft.com/
3838

docs/story.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ and for users of the documentation that we host.
2929
.. _look back at 2013: https://www.ericholscher.com/blog/2013/dec/23/read-the-docs-2013-stats/
3030

3131
.. _`Django`: https://docs.djangoproject.com/
32-
.. _`SQLAlchemy`: http://docs.sqlalchemy.org/
33-
.. _`Mozilla`: http://mozilla.org
32+
.. _`SQLAlchemy`: https://docs.sqlalchemy.org/
33+
.. _`Mozilla`: https://www.mozilla.org

docs/subprojects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ be added as subprojects to this parent project.
3131

3232
If the example project ``Foo`` was set up with a custom domain,
3333
``docs.example.com``, the URLs for projects ``Foo`` and ``Bar`` would
34-
respectively be at: http://docs.example.com/en/latest/ and
35-
http://docs.example.com/projects/bar/en/latest/
34+
respectively be at: https://docs.example.com/en/latest/ and
35+
https://docs.example.com/projects/bar/en/latest/
3636

3737
Search
3838
------

docs/support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For consulting services around documentation systems,
6464
you can `contact us <mailto:[email protected]?subject=Consulting%20Services%20Inquiry>`_
6565
or read more at https://readthedocs.com/services/#open-source-support.
6666

67-
.. _Stack Overflow: http://stackoverflow.com/questions/tagged/read-the-docs
67+
.. _Stack Overflow: https://stackoverflow.com/questions/tagged/read-the-docs
6868
.. _Github Issue Tracker: https://github.com/readthedocs/readthedocs.org/issues
6969
.. _Gold: https://readthedocs.org/accounts/gold/
7070
.. _Ethical Ads: https://docs.readthedocs.io/en/latest/ethical-advertising.html

docs/user-defined-redirects.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ but that URL would break once you moved them.
2828
Read the Docs includes a language and version slug in your documentation,
2929
but not all documentation is hosted this way.
3030

31-
Say that you previously had your docs hosted at ``http://docs.example.com/dev/``,
31+
Say that you previously had your docs hosted at ``https://docs.example.com/dev/``,
3232
you move ``docs.example.com`` to point at Read the Docs.
33-
So users will have a bookmark saved to a page at ``http://docs.example.com/dev/install.html``.
33+
So users will have a bookmark saved to a page at ``https://docs.example.com/dev/install.html``.
3434

3535
You can now set a *Prefix Redirect* that will redirect all 404's with a prefix to a new place.
3636
The example configuration would be::
@@ -85,8 +85,8 @@ documents, a Prefix Redirect won't suffice and you'll need to create *Exact Redi
8585
to redirect from a specific URL, to a specific page.
8686

8787
Say you're moving ``docs.example.com`` to Read the Docs and want to redirect traffic
88-
from an old page at ``http://docs.example.com/dev/install.html`` to a new URL
89-
of ``http://docs.example.com/en/latest/installing-your-site.html``.
88+
from an old page at ``https://docs.example.com/dev/install.html`` to a new URL
89+
of ``https://docs.example.com/en/latest/installing-your-site.html``.
9090

9191
The example configuration would be::
9292

docs/versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you develop on a branch that is different than the default for your VCS,
2121
you should set the **Default Branch** to that branch.
2222

2323
You should push a **tag** for each version of your project.
24-
These tags should be numbered in a way that is consistent with `semantic versioning <http://semver.org/>`_.
24+
These tags should be numbered in a way that is consistent with `semantic versioning <https://semver.org/>`_.
2525
This will map to your ``stable`` branch by default.
2626

2727
.. note::

docs/webhooks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ A command like the one above could be called from a cron job or from a hook
131131
inside Git_, Subversion_, Mercurial_, or Bazaar_.
132132

133133
.. _Git: http://www.kernel.org/pub/software/scm/git/docs/githooks.html
134-
.. _Subversion: http://mikewest.org/2006/06/subversion-post-commit-hooks-101
134+
.. _Subversion: https://www.mikewest.org/2006/06/subversion-post-commit-hooks-101
135135
.. _Mercurial: http://hgbook.red-bean.com/read/handling-repository-events-with-hooks.html
136136
.. _Bazaar: http://wiki.bazaar.canonical.com/BzrHooks
137137

0 commit comments

Comments
 (0)