mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-16 17:02:18 +00:00
fixes #4670
Replaced archery links in index.jade and tavern.jade Let me know if this isn't all the links Cheers - remmz0r
This commit is contained in:
parent
a5ce3f58b1
commit
cfabb12b04
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ script(type='text/ng-template', id='partials/options.social.party.html')
|
|||
p
|
||||
=env.t('startLFG')
|
||||
|
|
||||
a(href="http://habitrpg.wikia.com/wiki/Board:The_Archery_-_LFG")=env.t('linkLFG')
|
||||
a(href="https://habitrpg.com/#/options/groups/guilds/f2db2a7f-13c5-454d-b3ee-ea1f5089e601")=env.t('linkLFG')
|
||||
|
|
||||
=env.t('endLFG')
|
||||
include ./create-group
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
a(target='_blank', href='/static/community-guidelines')=env.t('communityGuidelines')
|
||||
tr
|
||||
td
|
||||
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Board:The_Archery_-_LFG')=env.t('lfgPosts')
|
||||
a(target='_blank', href='https://habitrpg.com/#/options/groups/guilds/f2db2a7f-13c5-454d-b3ee-ea1f5089e601')=env.t('lfgPosts')
|
||||
tr
|
||||
td
|
||||
a(target='_blank', href='https://vimeo.com/57654086')=env.t('tutorial')
|
||||
|
|
|
|||
Loading…
Reference in a new issue