fix(devtools): change links to the angular repo (#44885)

Use proper reporting and source code links in the DevTools UI.

PR Close #44885
This commit is contained in:
mgechev
2022-01-28 20:12:23 -08:00
committed by Dylan Hunn
parent eb3f06ae5f
commit bf428775a4
@@ -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>