We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe4a93 commit bbcc770Copy full SHA for bbcc770
src/app/component/sidenav-buttons/sidenav-buttons.component.html
@@ -3,7 +3,7 @@
3
<mat-icon mat-list-icon color="primary">{{ Icons[i] }}</mat-icon>
4
<h3 mat-line>{{ Options[i] }}</h3>
5
</a>
6
- <a mat-list-item href="https://github.com/wurstbrot/DevSecOps-MaturityModel/" target="_blank">
+ <a mat-list-item href="https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel/" target="_blank">
7
<mat-icon mat-list-icon color="primary" svgIcon="github"></mat-icon>
8
<h3 mat-line>GitHub</h3>
9
0 commit comments