From 69541546ea3aba81e33818b702ae7b6a53169fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Sun, 2 Feb 2025 17:00:02 +0100 Subject: [PATCH] Fix URL to django-rest-framework (#8998) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 050443c19..ac9bac912 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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://:/api/`. This also documents most of the available filters and ordering fields.