Skip to content

Commit cf2dc55

Browse files
authored
Merge pull request #1273 from kenkoooo/fix/user-guide-link
fix: user guide link
2 parents 9c57f46 + 8373450 commit cf2dc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcoder-problems-frontend/src/components/NavigationBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const NavigationBar = () => {
9494

9595
<NavItem>
9696
<NavLink
97-
href="./book/index.html"
97+
href="https://kenkoooo.com/atcoder/book/index.html"
9898
target="_blank"
9999
rel="noopener noreferrer"
100100
>

0 commit comments

Comments
 (0)