fix(console): link to quickstarts (#1631)

This commit is contained in:
Florian Forster
2021-04-21 21:46:13 +02:00
committed by GitHub
parent 3f90d620b8
commit f0b333c5cb
2 changed files with 8 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
</ng-template>
<a matRipple *ngIf="!firstStepsDismissed" class="quickstart" target="_blank"
href="https://docs.zitadel.ch/quickstarts">
href="https://docs.zitadel.ch/docs/quickstarts/introduction">
<p class="first-steps">{{'HOME.QUICKSTARTS.LABEL' | translate}}</p>
<h2>{{'HOME.QUICKSTARTS.TITLE' | translate}}</h2>
<p class="desc">{{'HOME.QUICKSTARTS.DESCRIPTION' | translate}}</p>