diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-05-17 12:13:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-17 12:13:10 +0200 |
| commit | 93830abf7694e0f281931f10eeaa34993855e7dd (patch) | |
| tree | cd4266161b2623f016e7cd8c16a2e170371886ad /docs/ref | |
| parent | 99e5dff737cd20b12d060e4794e097063b61ec40 (diff) | |
Updated broken links in docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/feeds.txt | 2 | ||||
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/feeds.txt b/docs/ref/contrib/gis/feeds.txt index d22c728b5f..9ae9d4f03a 100644 --- a/docs/ref/contrib/gis/feeds.txt +++ b/docs/ref/contrib/gis/feeds.txt @@ -13,7 +13,7 @@ Django's, please consult :doc:`Django's syndication documentation .. _W3C Geo: https://www.w3.org/2003/01/geo/ -__ https://georss.org +__ https://www.ogc.org/standard/georss/ Example ======= diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 344cc45280..d96f489b81 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -278,7 +278,7 @@ Django provides an ``IntegerChoices`` class. For example:: suit = models.IntegerField(choices=Suit) It is also possible to make use of the `Enum Functional API -<https://docs.python.org/3/library/enum.html#functional-api>`_ with the caveat +<https://docs.python.org/3/howto/enum.html#functional-api>`_ with the caveat that labels are automatically generated as highlighted above: .. code-block:: pycon |
