Skip to content

Commit 8d69c7a

Browse files
authored
fix(client:footer): fix docs link (html)
closes #2501 [skip ci]
1 parent 7bd667c commit 8d69c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/components/footer/footer(html).html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="container">
22
<p>Angular Fullstack v<%= rootGeneratorVersion() %> |
3-
<a href="http://angular-fullstack.github.io/generator-angular-fullstack">Documentation</a> |
3+
<a href="http://angular-fullstack.github.io/">Documentation</a> |
44
<a href="https://gitter.im/DaftMonk/generator-angular-fullstack">Chat on Gitter</a> |
55
<a href="https://github.com/angular-fullstack/generator-angular-fullstack/issues?state=open">Issues</a> |
66
<a href="https://opencollective.com/angular-fullstack">Donate to our Open Collective</a>

0 commit comments

Comments
 (0)