From 9daf3c2f9717d4f03eba081bec5d73bf3d166691 Mon Sep 17 00:00:00 2001 From: Omnomnobot Date: Tue, 4 Mar 2014 22:41:29 +0100 Subject: [PATCH] Update API footer link The Wiki page here on Github is quite useless now, the most useful infos are in https://habitrpg.com/static/api an the official Wiki --- 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 4941d4e871..24ddab4189 100644 --- a/views/shared/footer.jade +++ b/views/shared/footer.jade @@ -37,7 +37,7 @@ footer.footer(ng-controller='FooterCtrl') li a(target='_blank', href='https://trello.com/c/8gzGlle8')=env.t('communityFeature') li - a(target='_blank', href='https://github.com/lefnire/habitrpg/wiki/API')=env.t('API') + a(target='_blank', href='https://habitrpg.com/static/api')=env.t('API') li a(href='/static/extensions')=env.t('communityExtensions') li