]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix URL to django-rest-framework (#8998)
authorStéphane Brunner <stephane.brunner@camptocamp.com>
Sun, 2 Feb 2025 16:00:02 +0000 (17:00 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 16:00:02 +0000 (08:00 -0800)
docs/api.md

index 050443c1908e13a69205b3eaf0f46ac8920a2f57..ac9bac9122154cb6bbe38fe7dd439e2c2ce662cc 100644 (file)
@@ -1,7 +1,7 @@
 # The REST API
 
 Paperless makes use of the [Django REST
-Framework](https://django-rest-framework.org/) standard API interface. It
+Framework](https://www.django-rest-framework.org/) standard API interface. It
 provides a browsable API for most of its endpoints, which you can
 inspect at `http://<paperless-host>:<port>/api/`. This also documents
 most of the available filters and ordering fields.