Skip to content

Commit

Permalink
docs(auth): correct sources url in docs (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-Sama authored and nnixaa committed Feb 7, 2019
1 parent 2db1ab3 commit cea929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/auth-custom-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export class NgxAuthRoutingModule {
```

Now the most interesting part - as we need to modify the template, we can simply copy it from Nebular sources and adjust necessary parts.
Unfortunately, the library isn't distributed with the sources, so we need to copy the template sources from [GitHub](https://github.com/akveo/nebular/blob/2.0.0/src/framework/auth/components/login/login.component.html).
Unfortunately, the library isn't distributed with the sources, so we need to copy the template sources from [GitHub](https://github.com/akveo/nebular/blob/v2.0.0/src/framework/auth/components/login/login.component.html).

<div class="note note-info">
<div class="note-title">Note</div>
Expand Down

0 comments on commit cea929d

Please sign in to comment.