Skip to content

Commit

Permalink
fix(ui): generated readthedocs url (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i authored Oct 1, 2023
1 parent fb1cb80 commit aa1258d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/Components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function Navbar() {
<CalendarMonthIcon/>
</Tooltip>
</NavigationButton>
<NavigationButton to={`${readTheDocsUrl}/en/${version}`} external>
<NavigationButton to={`${readTheDocsUrl}/en/v${version}`} external>
<Tooltip title="Docs">
<DescriptionIcon/>
</Tooltip>
Expand Down

0 comments on commit aa1258d

Please sign in to comment.