From 3fbe0f72ee53fb0f88aae7258e8efbfe2c2bac04 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 May 2024 19:53:28 -0700 Subject: [PATCH] Updated Setting up Authentication (markdown) --- Setting-up-Authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md index 3703e67..91e7798 100644 --- a/Setting-up-Authentication.md +++ b/Setting-up-Authentication.md @@ -51,8 +51,8 @@ archivebox manage changepassword > [!TIP] > If using Docker, you can set [`ADMIN_USERNAME` & `ADMIN_PASSWORD`](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#admin_username--admin_password) to auto-create an admin account on first run. -Existing users can be managed from the Admin UI here: `http://127.0.0.1:8000/admin/auth/user/`, -and you can change your password in the UI here: `http://127.0.0.1:8000/admin/password_change/`. +Existing users can be managed from the Admin UI here: [`/admin/auth/user/`](http://127.0.0.1:8000/admin/auth/user/), +and you can change your password in the UI here: [`/admin/password_change/`](http://127.0.0.1:8000/admin/password_change/).