Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Fix broken website anchors #9282

Merged
merged 10 commits into from
Dec 9, 2024
Prev Previous commit
Next Next commit
Fix playground link
  • Loading branch information
felixpalmer committed Dec 6, 2024
commit 54367a1fd876f3b0a3d16f13daec06ff2ca8f183
2 changes: 1 addition & 1 deletion website/src/examples-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const sidebars = {
{
type: 'link',
label: 'Playground',
href: `playground`
href: `/playground`
}
]
}
Expand Down