mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
Changed overview link
This commit is contained in:
parent
8611c00201
commit
6d93356967
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ nav.toolbar(ng-controller='MenuCtrl')
|
|||
li
|
||||
a(target='_blank' href='https://habitica.com/static/faq/')=env.t('FAQ')
|
||||
li
|
||||
a(target='_blank' href='http://habitica.wikia.com/wiki/')=env.t('overview')
|
||||
a(target='_blank' href='https://habitica.com/static/overview')=env.t('overview')
|
||||
li
|
||||
a(target='_blank' href='https://github.com/HabitRPG/habitrpg/issues/2760')=env.t('reportBug')
|
||||
li
|
||||
|
|
@ -157,7 +157,7 @@ nav.toolbar(ng-controller='MenuCtrl')
|
|||
li
|
||||
a(target='_blank' href='https://habitica.com/static/faq/')=env.t('FAQ')
|
||||
li
|
||||
a(target='_blank' href='http://habitica.wikia.com/wiki/')=env.t('overview')
|
||||
a(target='_blank' href='https://habitica.com/static/overview')=env.t('overview')
|
||||
li
|
||||
a(target='_blank' href='https://github.com/HabitRPG/habitrpg/issues/2760')=env.t('reportBug')
|
||||
li
|
||||
|
|
|
|||
Loading…
Reference in a new issue