Skip to content

Commit e1c39c6

Browse files
committed
fix: Broken Releases links in sidebar tauri-apps#2899
closes tauri-apps#2899
1 parent db1e1ff commit e1c39c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/releases-generator/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async function generator() {
9090
note,
9191
`title: '${pkg.name}@${thisVersion}'`,
9292
`description: '${thisVersion}'`,
93-
`slug: 'release/${pkg.name}/v${thisVersion}/'`,
93+
`slug: 'release/${pkg.name}/v${thisVersion}'`,
9494
`tableOfContents: false`,
9595
`editUrl: 'https://github.com/tauri-apps/tauri-docs/blob/v2/packages/releases-generator/build.ts'`,
9696
'pagefind: false',

0 commit comments

Comments
 (0)