Skip to content

Commit

Permalink
fix(docs): broken link (scullyio#661)
Browse files Browse the repository at this point in the history
* fix docs link

change the routerLink url to an existing route

* test(docsWeb): updated snapshots

Co-authored-by: sanderelias <[email protected]>
  • Loading branch information
geromegrignon and SanderElias authored Jul 1, 2020
1 parent 38357ed commit 36e6c37
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion apps/scully-docs/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<footer>
<div class="footer-1">
<h3>Learn</h3>
<p><a routerLink="/docs">Docs</a></p>
<p><a routerLink="/docs/Introduction">Docs</a></p>
<p><a routerLink="/docs/getting-started">Quickstart</a></p>
<!--p>Tutorial</p-->
</div>
Expand Down
Loading

0 comments on commit 36e6c37

Please sign in to comment.