mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix link to Data Display Tool (#9085)
This commit is contained in:
@@ -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')")
|
||||
|
||||
Reference in New Issue
Block a user