From 82a6efcffedbb5c60aac9e74046a6bd14b4c53c7 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sun, 20 Oct 2019 17:55:51 +0300 Subject: [PATCH] Update links to RTD pages in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.