Skip to content

Commit 6cd8967

Browse files
fix: update the download navigation link from /download to /en/download (#54)
Update the download navigation link so that it points to `<root>/en/download` (which is the correct page it should point to) instead of pointing to `<root>/download` (which contains the raw download directory listing instead)
1 parent 413106b commit 6cd8967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"text": "About"
1010
},
1111
{
12-
"link": "/download",
12+
"link": "/en/download",
1313
"text": "Download"
1414
},
1515
{

0 commit comments

Comments
 (0)