diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-12-19 18:07:03 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-12-19 18:07:52 +0100 |
| commit | 337cd0983699ea5739746fb2d5066f38f8834bbb (patch) | |
| tree | c6b786619ae9dee42b3288724ae1de9de3c32a28 /docs/topics | |
| parent | 0a4b04fc23356aa6970ca1b17cb5e6955b108289 (diff) | |
Updated some other external links in the docs
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 5 | ||||
| -rw-r--r-- | docs/topics/performance.txt | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index d7e389a1dc..5a61162809 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1428,8 +1428,7 @@ files of this type, but if you want to create your own message files, or want to test or compile a changed message file, you will need the ``gettext`` utilities: * Download the following zip files from the GNOME servers - http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/ or from one - of its mirrors_ + https://download.gnome.org/binaries/win32/dependencies/ * ``gettext-runtime-X.zip`` * ``gettext-tools-X.zip`` @@ -1446,8 +1445,6 @@ test or compile a changed message file, you will need the ``gettext`` utilities: * Add ``;C:\Program Files\gettext-utils\bin`` at the end of the ``Variable value`` field. -.. _mirrors: http://ftp.gnome.org/pub/GNOME/MIRRORS - You may also use ``gettext`` binaries you have obtained elsewhere, so long as the ``xgettext --version`` command works properly. Do not attempt to use Django translation utilities with a ``gettext`` package if the command ``xgettext diff --git a/docs/topics/performance.txt b/docs/topics/performance.txt index 65835fb35f..cb391c2fdd 100644 --- a/docs/topics/performance.txt +++ b/docs/topics/performance.txt @@ -75,7 +75,7 @@ These can't report on the internals of your code, but can provide a useful insight into your site's overall performance, including aspects that can't be adequately measured from within Django environment. Examples include: -* `Yahoo's Yslow <http://developer.yahoo.com/yslow/>`_ +* `Yahoo's Yslow <http://yslow.org/>`_ * `Google PageSpeed <https://developers.google.com/speed/pagespeed/>`_ There are also several paid-for services that perform a similar analysis, |
