Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 101aeff

Browse files
Splaktarjelbourn
authored andcommitted
fix(footer): extra w in www.angular.io (#217)
just use https://angular.io since that is where www.angular.io goes
1 parent 135c38f commit 101aeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/footer/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div class="docs-footer-links">
1010
<ul>
11-
<li> <a href="https://wwww.angular.io">Learn Angular</a> </li>
11+
<li> <a href="https://angular.io">Learn Angular</a> </li>
1212
</ul>
1313
</div>
1414

0 commit comments

Comments
 (0)