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:40:09 +0100 |
| commit | 626bdf648a2c4c4f5fd25fbc4af41a1acfa18d7f (patch) | |
| tree | 145beca61ea31d53977e6747b005d3c81c99bac0 /docs/internals | |
| parent | f876552f4bd3f4b87441856b6e93d97938c45d39 (diff) | |
Updated a bunch of hyperlinks in documentation
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 | 2 | ||||
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 6 | ||||
| -rw-r--r-- | docs/internals/mailing-lists.txt | 10 | ||||
| -rw-r--r-- | docs/internals/security.txt | 2 |
6 files changed, 15 insertions, 15 deletions
diff --git a/docs/internals/committers.txt b/docs/internals/committers.txt index 3b37a2ca58..0da26a31eb 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 afcf9c072c..c3d1b7c758 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -213,4 +213,4 @@ Miscellaneous change to the ``AUTHORS`` file in your patch if you make more than a single trivial change. -.. _flake8: http://pypi.python.org/pypi/flake8 +.. _flake8: https://pypi.python.org/pypi/flake8 diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 969635f2ef..2bbd9dcf0e 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -187,11 +187,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/mailing-lists.txt b/docs/internals/mailing-lists.txt index e5e6ea9a3d..68b8035758 100644 --- a/docs/internals/mailing-lists.txt +++ b/docs/internals/mailing-lists.txt @@ -31,7 +31,7 @@ installation, usage, or debugging of Django. * `django-users subscription email address`_ * `django-users posting email`_ -.. _django-users mailing archive: http://groups.google.com/group/django-users/ +.. _django-users mailing archive: https://groups.google.com/d/forum/django-users .. _django-users subscription email address: mailto:django-users+subscribe@googlegroups.com .. _django-users posting email: mailto:django-users@googlegroups.com @@ -48,7 +48,7 @@ Django development. * `django-core-mentorship subscription email address`_ * `django-core-mentorship posting email`_ -.. _django-core-mentorship mailing archive: http://groups.google.com/group/django-core-mentorship/ +.. _django-core-mentorship mailing archive: https://groups.google.com/d/forum/django-core-mentorship .. _django-core-mentorship subscription email address: mailto:django-core-mentorship+subscribe@googlegroups.com .. _django-core-mentorship posting email: mailto:django-core-mentorship@googlegroups.com @@ -69,7 +69,7 @@ The discussion about the development of Django itself takes place here. * `django-developers subscription email address`_ * `django-developers posting email`_ -.. _django-developers mailing archive: http://groups.google.com/group/django-developers/ +.. _django-developers mailing archive: https://groups.google.com/d/forum/django-developers .. _django-developers subscription email address: mailto:django-developers+subscribe@googlegroups.com .. _django-developers posting email: mailto:django-developers@googlegroups.com @@ -85,7 +85,7 @@ bugfixes. * `django-announce subscription email address`_ * `django-announce posting email`_ -.. _django-announce mailing archive: http://groups.google.com/group/django-announce/ +.. _django-announce mailing archive: https://groups.google.com/d/forum/django-announce .. _django-announce subscription email address: mailto:django-announce+subscribe@googlegroups.com .. _django-announce posting email: mailto:django-announce@googlegroups.com @@ -101,6 +101,6 @@ by developers and interested community members. * `django-updates subscription email address`_ * `django-updates posting email`_ -.. _django-updates mailing archive: http://groups.google.com/group/django-updates/ +.. _django-updates mailing archive: https://groups.google.com/d/forum/django-updates .. _django-updates subscription email address: mailto:django-updates+subscribe@googlegroups.com .. _django-updates posting email: mailto:django-updates@googlegroups.com diff --git a/docs/internals/security.txt b/docs/internals/security.txt index 7c0a9242d5..d9aab377f5 100644 --- a/docs/internals/security.txt +++ b/docs/internals/security.txt @@ -113,7 +113,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/ If a reported issue is believed to be particularly time-sensitive -- |
