From b2c9429ba916062dee2139421ebe69e6fbb79e2b Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 2 Oct 2012 09:46:32 -0500 Subject: [PATCH] Make the About link in the footer point to the new wiki Signed-off-by: Federico Mena Quintero --- app/views/layouts/_footer.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 19f7ca38b..fb4600b2c 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -2,7 +2,7 @@ .ten.columns %ul.link-list %li - = link_to "About", "https://github.com/Growstuff/project/wiki/About%20Growstuff" + = link_to "About", "http://wiki.growstuff.org" %li = link_to "License", "https://github.com/Growstuff/growstuff/blob/dev/LICENSE.txt" %li