Skip to content

Commit

Permalink
fix(ui): set correct doc link for mutex workflow (#6427)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lecerf <[email protected]>
  • Loading branch information
alecerf authored Jan 27, 2023
1 parent 5399721 commit 8a3e6b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</nz-form-item>
<nz-form-item>
<nz-form-label [nzSpan]="6">
<a href="#" [routerLink]="['/docs', 'docs', 'workflow', 'mutex']" target="_blank" rel="noopener noreferrer">
<a href="#" [routerLink]="['/docs', 'docs', 'concepts', 'workflow', 'mutex']" target="_blank" rel="noopener noreferrer">
{{ 'workflow_root_context_mutex' | translate }}
<span nz-icon nzType="link" nzTheme="outline"></span>
</a>
Expand Down

0 comments on commit 8a3e6b5

Please sign in to comment.