From 5c89954b83165e7c4fb8901e4e19f312f1e05c41 Mon Sep 17 00:00:00 2001 From: Bob Steffes Date: Fri, 27 Dec 2013 19:21:30 -0800 Subject: [PATCH] Update Request Feature link Link now goes directly to How to Submit a New Request card. Previously it was linking to the Trello board (not the card). --- views/shared/footer.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/shared/footer.jade b/views/shared/footer.jade index a0e3277e57..224159f7d3 100644 --- a/views/shared/footer.jade +++ b/views/shared/footer.jade @@ -34,7 +34,7 @@ footer.footer(ng-controller='FooterCtrl') li a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues') Submit Bug li - a(target='_blank', href='https://trello.com/board/habitrpg/50e5d3684fe3a7266b0036d6') Request Feature + a(target='_blank', href='https://trello.com/c/8gzGlle8') Request Feature li a(target='_blank', href='https://github.com/lefnire/habitrpg/wiki/API') API li