mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user