Skip to content

Commit 36e7f1d

Browse files
author
lo kesh
committed
fix: added github project repo link
1 parent 266de71 commit 36e7f1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/app.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<span class="icon-bar"></span>
99
<span class="icon-bar"></span>
1010
</button>
11-
<a class="navbar-brand" href="#">@nglibrary/ngx-choosy</a>
11+
<a class="navbar-brand" href="https://github.com/nglibrary/ngx-choosy">@nglibrary/ngx-choosy</a>
1212
</div>
1313

1414
<!-- Collect the nav links, forms, and other content for toggling -->
1515
<div class="collapse navbar-collapse navbar-ex1-collapse">
1616
<ul class="nav navbar-nav navbar-right">
17-
<li><a href="#">Documentation</a></li>
18-
<li><a href="#">Issues?</a></li>
17+
<li><a href="https://nglibrary.github.io/ngx-choosy-documentation/">Documentation</a></li>
18+
<li><a href="https://github.com/nglibrary/ngx-choosy/issues">Issues?</a></li>
1919
<li><a href="#">Twitter</a></li>
2020
</ul>
2121
</div>

0 commit comments

Comments
 (0)