Skip to content

Commit 013c39b

Browse files
committed
added links to tutorial
1 parent 4f66fcd commit 013c39b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# angular-8-role-based-authorization-example
22

33
Angular 8 - Role Based Authorization Example with the Angular CLI
4+
5+
For tutorial and live demo see https://jasonwatmore.com/post/2019/08/06/angular-8-role-based-authorization-tutorial-with-example

src/app/app.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<!-- credits -->
1616
<div class="text-center mt-4">
1717
<p>
18-
<a href="#" target="_top">Angular 8 - Role Based Authorization Tutorial with Example</a>
18+
<a href="https://jasonwatmore.com/post/2019/08/06/angular-8-role-based-authorization-tutorial-with-example" target="_top">Angular 8 - Role Based Authorization Tutorial with Example</a>
1919
</p>
2020
<p>
21-
<a href="http://jasonwatmore.com" target="_top">JasonWatmore.com</a>
21+
<a href="https://jasonwatmore.com" target="_top">JasonWatmore.com</a>
2222
</p>
2323
</div>

0 commit comments

Comments
 (0)