Skip to content

Commit

Permalink
refactor: update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi committed Aug 7, 2024
1 parent 44ca272 commit d082dda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/common/NavigationMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const menus: (Menu | MenuParent)[] = [
{
label: t('navigation_menu.documentation.title'),
description: t('navigation_menu.documentation.description'),
to: 'https://rotki.readthedocs.io/en/latest/index.html',
to: 'https://docs.rotki.com',
external: true,
},
{
Expand Down
2 changes: 1 addition & 1 deletion components/download/DownloadDocs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const css = useCssModule();
variant="default"
size="lg"
external
to="https://rotki.readthedocs.io/en/latest/index.html"
to="https://docs.rotki.com"
>
{{ t('download.documentation.action') }}
<template #append>
Expand Down
4 changes: 2 additions & 2 deletions components/footer/FooterNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const menus: MenuGroup[] = [
items: [
{
label: t('navigation_menu.documentation.title'),
to: 'https://rotki.readthedocs.io/en/latest/index.html',
to: 'https://docs.rotki.com',
external: true,
},
{
Expand Down Expand Up @@ -85,7 +85,7 @@ const menus: MenuGroup[] = [
},
{
label: t('navigation_menu.faq'),
to: 'https://rotki.readthedocs.io/en/latest/faq.html',
to: 'https://docs.rotki.com/faq',
external: true,
},
],
Expand Down

0 comments on commit d082dda

Please sign in to comment.