From 190a1219f3508cdf86f71a1a9a65053d6ec4b8bd Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Fri, 17 Feb 2017 11:29:35 -0500 Subject: [PATCH] fix(client:footer): fix docs link (pug) --- templates/app/client/components/footer/footer(pug).pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/client/components/footer/footer(pug).pug b/templates/app/client/components/footer/footer(pug).pug index a4069ea9a..2abb98061 100644 --- a/templates/app/client/components/footer/footer(pug).pug +++ b/templates/app/client/components/footer/footer(pug).pug @@ -2,7 +2,7 @@ p | Angular Fullstack v<%= rootGeneratorVersion() %> = ' | ' - a(href='http://angular-fullstack.github.io/generator-angular-fullstack') Documentation + a(href='http://angular-fullstack.github.io/') Documentation = ' | ' a(href='https://gitter.im/DaftMonk/generator-angular-fullstack') Chat on Gitter = ' | '