+
diff --git a/frontend/src/components/TopNav.tsx b/frontend/src/components/TopNav.tsx
index b173dac..3cf2f07 100644
--- a/frontend/src/components/TopNav.tsx
+++ b/frontend/src/components/TopNav.tsx
@@ -84,7 +84,7 @@ export default (({ user }: Props) => {
// { name: '検索', to: '/materials/search' },
{ name: '追加', to: '/materials/new' },
// { name: '履歴', to: '/materials/changes' },
- { name: 'ヘルプ', to: 'wiki/ヘルプ:素材集' }] },
+ { name: 'ヘルプ', to: '/wiki/ヘルプ:素材集' }] },
{ name: '上映会', to: '/theatres/1', base: '/theatres', subMenu: [
{ name: <>第 1 会場>, to: '/theatres/1' },
{ name: 'CyTube', to: '//cytube.mm428.net/r/deernijika' },
@@ -145,9 +145,9 @@ export default (({ user }: Props) => {
return (
<>
-