mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
fix link to Data Display Tool (#9085)
This commit is contained in:
parent
526d0b1a23
commit
a03c6184b3
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
br
|
||||
| {{ $t('chromeChatExtensionDesc') }}
|
||||
li
|
||||
a(target='_blank' :href='`http://data.habitrpg.com?uuid= + user._id`') {{ $t('dataTool') }}
|
||||
a(target='_blank' :href='`https://oldgods.net/habitica/habitrpg_user_data_display.html?uuid=` + user._id') {{ $t('dataTool') }}
|
||||
br
|
||||
| {{ $t('dataToolDesc') }}
|
||||
li(v-html="$t('otherExtensions')")
|
||||
|
|
|
|||
Loading…
Reference in a new issue