diff --git a/content/GettingStarted/COREReleaseNotes.md b/content/GettingStarted/COREReleaseNotes.md index ab24cf9017..4452573996 100644 --- a/content/GettingStarted/COREReleaseNotes.md +++ b/content/GettingStarted/COREReleaseNotes.md @@ -5,6 +5,7 @@ weight: 3 aliases: - /releasenotes/core/13.0beta1/ - /releasenotes/core/13.0rc1/ + - /core/13.0/gettingstarted/corereleasenotes/ - /releasenotes/core/ - /core/corereleasenotes/ - /core/13.3/gettingstarted/corereleasenotes/ diff --git a/layouts/partials/docs-nav.html b/layouts/partials/docs-nav.html index 5c7963f21d..bd9f678c27 100644 --- a/layouts/partials/docs-nav.html +++ b/layouts/partials/docs-nav.html @@ -55,7 +55,7 @@ productButton.innerHTML = 'TrueNAS CORE '; if (path.includes('/13.3/')) { versionButton.textContent = '13.3'; - if (path.includes('/13.0/')) { + } else if (path.includes('/13.0/')) { versionButton.textContent = '13.0'; } else { versionButton.textContent = 'Nightly'; @@ -128,6 +128,7 @@ if (product === 'TrueNAS CORE') { versionDropdown.innerHTML = `