Skip to content

Commit 13f18e9

Browse files
committed
Fix link in v8 manual layout
1 parent 5d867e4 commit 13f18e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/ManualDocsLayout8_0_0.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ let jsInteropNavs = [|
9696
{name: "JSON", href: "/docs/manual/v8.0.0/json"},
9797
{
9898
name: "Use Illegal Identifier Names",
99-
href: "/docs/manual/latest/use-illegal-identifier-names",
99+
href: "/docs/manual/v8.0.0/use-illegal-identifier-names",
100100
},
101101
{
102102
name: "Browser Support & Polyfills",

0 commit comments

Comments
 (0)