Skip to content

Commit

Permalink
fix(devtools): change links to the angular repo (#44885)
Browse files Browse the repository at this point in the history
Use proper reporting and source code links in the DevTools UI.

PR Close #44885
  • Loading branch information
mgechev authored and dylhunn committed Feb 2, 2022
1 parent eb3f06a commit bf42877
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -63,11 +63,11 @@
<mat-icon>library_books</mat-icon>
Guide
</a>
<a mat-button class="menu-toggle-button" href="https://github.com/rangle/angular-devtools" target="_blank">
<a mat-button class="menu-toggle-button" href="https://github.com/angular/angular" target="_blank">
<mat-icon>launch</mat-icon>
GitHub
</a>
<a mat-button class="menu-toggle-button" href="https://github.com/rangle/angular-devtools/issues" target="_blank">
<a mat-button class="menu-toggle-button" href="https://github.com/angular/angular/issues" target="_blank">
<mat-icon>bug_report</mat-icon>
Issues
</a>
Expand Down

0 comments on commit bf42877

Please sign in to comment.