fix broken i18n documentation link in README.md

This commit is contained in:
Mike Rooney 2013-02-25 15:06:54 -05:00
parent ba972b5b6a
commit 7e61bdbdac

View file

@ -92,7 +92,7 @@ Usage
Generate a batch of files to translate
--------------------------------------
See `Django's documentation on Internationalization <http://www.djangoproject.com/documentation/i18n/>`_ to setup your project to use i18n and create the ``gettext`` catalog files.
See `Django's documentation on Internationalization <https://docs.djangoproject.com/en/dev/topics/i18n/#topics-i18n>`_ to setup your project to use i18n and create the ``gettext`` catalog files.
Translate away!
---------------