diff --git a/README.md b/README.md index 51b890a..b97614b 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ | | **Django Versions** | 2.0, 2.1, 2.2 | | | **Python Versions** | 3.7, 3.8 | | :book: | **Documentation** | [Read The Docs](https://django-localized-fields.readthedocs.io) | -| :warning: | **Upgrade** | [Upgrade fom v5.x](https://django-localized-fields.readthedocs.io/releases) -| :checkered_flag: | **Installation** | [Installation Guide](https://django-localized-fields.readthedocs.io/#installation) | +| :warning: | **Upgrade** | [Upgrade fom v5.x](https://django-localized-fields.readthedocs.io/en/latest/releases.html#v6-0) +| :checkered_flag: | **Installation** | [Installation Guide](https://django-localized-fields.readthedocs.io/en/latest/installation.html) | `django-localized-fields` is an implementation of a field class for Django models that allows the field's value to be set in multiple languages. It does this by utilizing the ``hstore`` type (PostgreSQL specific), which is available as `models.HStoreField` since Django 1.10.