website: fix release notes link (#12145)

This commit is contained in:
Bryce Kalow 2021-07-23 08:54:11 -05:00 committed by GitHub
parent c71a6b6312
commit d2fe8efa58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export default function DownloadsPage(staticProps) {
<MerchandisingSlot />
<p className={s.releaseNote}>
Release notes are available in our{' '}
<Link href={`/docs/release-notes/${VERSION}`}>
<Link href={`/docs/release-notes`}>
<a>documentation</a>
</Link>
.