diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-12-08 18:39:26 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-12-08 18:48:30 +0100 |
| commit | ef9832f148d72cd8a32c9398d8dd8600d30f0ab8 (patch) | |
| tree | cd847e5bbbb45f767a19b6dfb9406f5546803bca /docs/internals | |
| parent | 45c0d2e1ce0fe024e4a80c9dde8263f5ff59d577 (diff) | |
[1.6.x] Updated a bunch of hyperlinks in documentation
Backport of 626bdf648 from master.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/committers.txt | 6 | ||||
| -rw-r--r-- | docs/internals/contributing/localizing.txt | 4 | ||||
| -rw-r--r-- | docs/internals/contributing/writing-code/coding-style.txt | 6 | ||||
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 6 | ||||
| -rw-r--r-- | docs/internals/security.txt | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/docs/internals/committers.txt b/docs/internals/committers.txt index 6732f1561f..f9f9d2fd91 100644 --- a/docs/internals/committers.txt +++ b/docs/internals/committers.txt @@ -223,7 +223,7 @@ Karen Tracey Jannis lives in Berlin, Germany. -.. _Jannis Leidel: http://jezdez.com/ +.. _Jannis Leidel: https://jezdez.com/ .. _Bauhaus-University Weimar: http://www.uni-weimar.de/ .. _virtualenv: http://www.virtualenv.org/ .. _pip: http://www.pip-installer.org/ @@ -396,7 +396,7 @@ Tim Graham He works in a `management consulting company`_ in Paris, France. -.. _Aymeric Augustin: http://myks.org/ +.. _Aymeric Augustin: https://myks.org/ .. _management consulting company: http://www.polyconseil.fr/ `Claude Paroz`_ @@ -410,7 +410,7 @@ Tim Graham Django-based `l10n.gnome.org`_. .. _Claude Paroz: http://www.2xlibre.net -.. _l10n.gnome.org: http://l10n.gnome.org +.. _l10n.gnome.org: https://l10n.gnome.org Anssi Kääriäinen Anssi works as a developer at Finnish National Institute for Health and diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt index 01b88d8d9a..2069ea264c 100644 --- a/docs/internals/contributing/localizing.txt +++ b/docs/internals/contributing/localizing.txt @@ -61,6 +61,6 @@ Django source tree, as for any code change: ``Translations``, and attach the patch to it. .. _Transifex: https://www.transifex.com/ -.. _Django i18n mailing list: http://groups.google.com/group/django-i18n/ +.. _Django i18n mailing list: /https://groups.google.com/d/forum/django-i18n .. _Django project page: https://www.transifex.com/projects/p/django-core/ -.. _Transifex User Guide: http://help.transifex.com/ +.. _Transifex User Guide: http://support.transifex.com/ diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index 437d2f7ec5..ff97aa3ce4 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -211,6 +211,6 @@ Miscellaneous change to the ``AUTHORS`` file in your patch if you make more than a single trivial change. -.. _pep8: http://pypi.python.org/pypi/pep8 -.. _pyflakes: http://pypi.python.org/pypi/pyflakes -.. _pylint: http://pypi.python.org/pypi/pylint +.. _pep8: https://pypi.python.org/pypi/pep8 +.. _pyflakes: https://pypi.python.org/pypi/pyflakes +.. _pylint: https://pypi.python.org/pypi/pylint diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index fc8a906a79..ac5cf38f3d 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -171,11 +171,11 @@ associated tests will be skipped. .. _Pillow: https://pypi.python.org/pypi/Pillow/ .. _PyYAML: http://pyyaml.org/wiki/PyYAML .. _pytz: https://pypi.python.org/pypi/pytz/ -.. _setuptools: http://pypi.python.org/pypi/setuptools/ +.. _setuptools: https://pypi.python.org/pypi/setuptools/ .. _memcached: http://memcached.org/ .. _gettext: http://www.gnu.org/software/gettext/manual/gettext.html -.. _selenium: http://pypi.python.org/pypi/selenium -.. _pip requirements files: http://www.pip-installer.org/en/latest/requirements.html +.. _selenium: https://pypi.python.org/pypi/selenium +.. _pip requirements files: http://www.pip-installer.org/en/latest/cookbook.html#requirements-files Code coverage ~~~~~~~~~~~~~ diff --git a/docs/internals/security.txt b/docs/internals/security.txt index f8d6ffbb1b..9bac9d5195 100644 --- a/docs/internals/security.txt +++ b/docs/internals/security.txt @@ -111,7 +111,7 @@ On the day of disclosure, we will take the following steps: 4. Post a notice to the `django-announce`_ mailing list that links to the blog post. -.. _the Python Package Index: http://pypi.python.org/pypi +.. _the Python Package Index: https://pypi.python.org/pypi .. _the official Django development blog: https://www.djangoproject.com/weblog/ .. _django-announce: http://groups.google.com/group/django-announce |
