Skip to content

Commit 0706b65

Browse files
committed
Fix the link to the changelog
1 parent c1ce442 commit 0706b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
- The overview page has been rewritten to be more concise and informative (#512, #515, #516).
3535
- FSD has updated its branding, and there are now guidelines to the brand usage. The standard spelling of the name is now "Feature-Sliced Design" (#496, #499, #500, #465).
3636

37-
[2.0.0]: feature-sliced/documentation/releases/tag/v2.0.0
37+
[2.0.0]: https://github.com/feature-sliced/documentation/releases/tag/v2.0.0

src/pages/versions/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function Version() {
3333
<Table>
3434
<Table.Row
3535
th={latestVersion.label}
36-
href={`${repoUrl}/releases/tag/v${latestVersion.name}`}
36+
href={`${repoUrl}/releases/tag/v2.0.0`}
3737
hrefTitle="Release Notes"
3838
>
3939
<td>

0 commit comments

Comments
 (0)