change Request Feature link in footer, Tavern link box, CONTRIBUTING.md

This commit is contained in:
Alice Harris 2014-08-07 09:59:31 +10:00
parent f3707dfe15
commit e500407466
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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')

View file

@ -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