mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
change Request Feature link in footer, Tavern link box, CONTRIBUTING.md
This commit is contained in:
parent
f3707dfe15
commit
e500407466
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ You might find help with your issue on the [Frequently Asked Questions](http://h
|
|||
|
||||
# Requesting a feature
|
||||
|
||||
HabitRPG uses [Trello](https://trello.com/b/EpoYEYod/habitrpg) to track feature requests. [Read more](https://trello.com/c/8gzGlle8/142-how-to-submit-a-new-request).
|
||||
HabitRPG uses [Trello](https://trello.com/b/EpoYEYod/habitrpg) to track feature requests. [Read more](https://trello.com/c/odmhIqyW/440-read-first-table-of-contents).
|
||||
|
||||
|
||||
# Contributing Code
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues/2760')=env.t('reportAP')
|
||||
tr
|
||||
td
|
||||
a(target='_blank', href='https://trello.com/c/8gzGlle8')= ' ' + env.t('requestAF')
|
||||
a(target='_blank', href='https://trello.com/c/odmhIqyW/440-read-first-table-of-contents')= ' ' + env.t('requestAF')
|
||||
tr
|
||||
td
|
||||
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Special:Forum')=env.t('community')
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ footer.footer(ng-controller='FooterCtrl')
|
|||
li
|
||||
a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues/2760')=env.t('communityBug')
|
||||
li
|
||||
a(target='_blank', href='https://trello.com/c/8gzGlle8')=env.t('communityFeature')
|
||||
a(target='_blank', href='https://trello.com/c/odmhIqyW/440-read-first-table-of-contents')=env.t('communityFeature')
|
||||
li
|
||||
a(target='_blank', href='https://habitrpg.com/static/api')=env.t('API')
|
||||
li
|
||||
|
|
|
|||
Loading…
Reference in a new issue