From 70ad705380973c982b9b73ed0433c7d5c1ec2912 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 10 Oct 2019 12:10:35 -0400 Subject: [PATCH] Provide index link to most recent version for release note --- docs/installation/upgrading.md | 2 +- docs/release-notes/index.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) mode change 100644 => 120000 docs/release-notes/index.md diff --git a/docs/installation/upgrading.md b/docs/installation/upgrading.md index 477848d70..85af66536 100644 --- a/docs/installation/upgrading.md +++ b/docs/installation/upgrading.md @@ -1,6 +1,6 @@ # Review the Release Notes -Prior to upgrading your NetBox instance, be sure to carefully review all [release notes](../release-notes/) that have been published since your current version was released. Although the upgrade process typically does not require additional involvement, certain releases may introduce breaking or backward-incompatible changes. These are called out in the release notes under the version in which the change went into effect. +Prior to upgrading your NetBox instance, be sure to carefully review all [release notes](../../release-notes/) that have been published since your current version was released. Although the upgrade process typically does not involve additional work, certain releases may introduce breaking or backward-incompatible changes. These are called out in the release notes under the version in which the change went into effect. # Install the Latest Code diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md deleted file mode 100644 index d9c0bfd1c..000000000 --- a/docs/release-notes/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# NetBox Release Notes - -Select the desired version from the menu at left. diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md new file mode 120000 index 000000000..10b4ba75c --- /dev/null +++ b/docs/release-notes/index.md @@ -0,0 +1 @@ +version-2.6.md \ No newline at end of file