From 9023b66a3f513936e3ce039e5c306b9ecfbd51ae Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 11 Jul 2022 21:43:06 +1200 Subject: [PATCH] Fix 301s Signed-off-by: David Young --- manuscript/recipes/bookstack.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript/recipes/bookstack.md b/manuscript/recipes/bookstack.md index eee0f24..e7f69a9 100644 --- a/manuscript/recipes/bookstack.md +++ b/manuscript/recipes/bookstack.md @@ -28,7 +28,7 @@ mkdir -p /var/data/runtime/bookstack/db ### Prepare environment -Create bookstack.env, and populate with the following variables. Set the [oauth_proxy](/reference/oauth_proxy) variables provided by your OAuth provider (if applicable.) +Create bookstack.env, and populate with the following variables. Set the [oauth_proxy](/reference/oauth_proxy/) variables provided by your OAuth provider (if applicable.) ```bash # For oauth-proxy (optional) diff --git a/mkdocs.yml b/mkdocs.yml index f0607ba..d77cd08 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -242,7 +242,7 @@ nav: - Design: premix/ansible/design.md # - Swarm: premix/swarm.md # - Kubernetes: premix/kubernetes.md - - CHANGELOG: changelog.md + - Changelog: changelog.md - Support: support.md - Contribute: community/contribute.md - Community: