mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-21 05:31:00 +00:00
fix broken i18n documentation link in README.md
This commit is contained in:
parent
ba972b5b6a
commit
7e61bdbdac
1 changed files with 1 additions and 1 deletions
|
|
@ -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!
|
||||
---------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue