Jeremy Stretch 5 лет назад
Родитель
Сommit
2e25f6b217
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      docs/development/release-checklist.md
  2. 1 1
      docs/release-notes/index.md

+ 1 - 1
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
 

+ 1 - 1
docs/release-notes/index.md

@@ -1 +1 @@
-version-2.7.md
+version-2.8.md