summaryrefslogtreecommitdiffstats
path: root/ui/src/components/footer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/footer.tsx')
-rw-r--r--ui/src/components/footer.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/components/footer.tsx b/ui/src/components/footer.tsx
index 237830dd..8aa05072 100644
--- a/ui/src/components/footer.tsx
+++ b/ui/src/components/footer.tsx
@@ -23,8 +23,8 @@ export class Footer extends Component<any, any> {
</Link>
</li>
<li class="nav-item">
- <a class="nav-link" href={`${repoUrl}/blob/master/docs/api.md`}>
- <T i18nKey="api">#</T>
+ <a class="nav-link" href={'/docs/index.html'}>
+ <T i18nKey="docs">#</T>
</a>
</li>
<li class="nav-item">