From 2e25f6b2175dc32b126042467a2e768392e7f550 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 6 May 2020 15:03:35 -0400 Subject: [PATCH] Update release notes index --- docs/development/release-checklist.md | 2 +- docs/release-notes/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/release-checklist.md b/docs/development/release-checklist.md index 8303cc44b..d924d2c0b 100644 --- a/docs/development/release-checklist.md +++ b/docs/development/release-checklist.md @@ -37,7 +37,7 @@ Update the following static libraries to their most recent stable release: ### Create a new Release Notes Page -Create a file at `/docs/release-notes/X.Y.md` to establish the release notes for the new release. Add the file to the table of contents within `mkdocs.yml`. +Create a file at `/docs/release-notes/X.Y.md` to establish the release notes for the new release. Add the file to the table of contents within `mkdocs.yml`, and point `index.md` to the new file. ### Manually Perform a New Install diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index e44a306fe..364b2cd9d 120000 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -1 +1 @@ -version-2.7.md \ No newline at end of file +version-2.8.md \ No newline at end of file