diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 80fd13c..9da01b1 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -88,9 +88,9 @@ The IdP server can act as a middleman gateway to authenticate users using an ext ## REST API The new REST API released in v0.8.0 supports several methods of authentication for convenience. -You can read the API docs, test out API requests interactively, and try authentication methods by visiting this URL on your ArchiveBox server: - -[`http://127.0.0.1:8000/api/v1/docs`](http://127.0.0.1:8000/api/v1/docs). + +To see API docs, try endpoints interactively, and see how auth works, visit this URL on your ArchiveBox server: +[`http://127.0.0.1:8000/api/v1/docs`](http://127.0.0.1:8000/api/v1/docs) Screenshot of django-ninja Swagger API docs page