From b8befde215ab3913b42e2c847a48d0890fb7b99f Mon Sep 17 00:00:00 2001
From: Agate <me@agate.blue>
Date: Wed, 9 Sep 2020 18:05:03 +0200
Subject: [PATCH] Fixed link to upgrade instructions

---
 CHANGELOG            | 12 ++++++------
 changes/template.rst |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 9600e88090..06b146d8c9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,7 +14,7 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
 ----------------
 
 Upgrade instructions are available at
-https://docs.funkwhale.audio/index.html
+https://docs.funkwhale.audio/admin/upgrading.html
 
 
 Dropped python 3.5 support [manual action required, non-docker only]
@@ -158,7 +158,7 @@ Contributors to this release (translation, development, documentation, reviews,
 -------------------
 
 Upgrade instructions are available at
-https://docs.funkwhale.audio/index.html
+https://docs.funkwhale.audio/admin/upgrading.html
 
 Enhancements:
 
@@ -190,7 +190,7 @@ Contributors to this release (development, documentation, reviews):
 -------------------
 
 Upgrade instructions are available at
-https://docs.funkwhale.audio/index.html
+https://docs.funkwhale.audio/admin/upgrading.html
 
 
 Features:
@@ -566,7 +566,7 @@ Contributors to this release (translation, development, documentation, reviews,
 -------------------
 
 Upgrade instructions are available at
-https://docs.funkwhale.audio/index.html
+https://docs.funkwhale.audio/admin/upgrading.html
 
 
 Denormalized audio permission logic in a separate table to enhance performance
@@ -631,7 +631,7 @@ Contributors to this release (translation, development, documentation, reviews,
 -----------------
 
 Upgrade instructions are available at
-https://docs.funkwhale.audio/index.html
+https://docs.funkwhale.audio/admin/upgrading.html
 
 
 Support for genres via tags
@@ -956,7 +956,7 @@ Contributors to this release (translation, development, documentation, reviews,
 -------------------
 
 Upgrade instructions are available at
-https://docs.funkwhale.audio/index.html
+https://docs.funkwhale.audio/admin/upgrading.html
 
 Enhancements:
 
diff --git a/changes/template.rst b/changes/template.rst
index c4a9b40e5f..040fd7ea03 100644
--- a/changes/template.rst
+++ b/changes/template.rst
@@ -1,6 +1,6 @@
 
 Upgrade instructions are available at
-https://docs.funkwhale.audio/index.html
+https://docs.funkwhale.audio/admin/upgrading.html
 
 {% for section, _ in sections.items() %}
 {% if sections[section] %}
-- 
GitLab