Skip to content

Commit e87c769

Browse files
authored
fixed broken links which navigated to 404 pages (#438)
1 parent fc1c0a4 commit e87c769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/routes/help/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default {
7575
<slot name="getting-started" />
7676
<div v-if="!hideDocs">
7777
<a
78-
href="https://cadenceworkflow.io/docs/cadence"
78+
href="https://cadenceworkflow.io/docs/get-started/"
7979
target="_blank"
8080
rel="noopener noreferrer"
8181
>
@@ -137,7 +137,7 @@ export default {
137137

138138
<div>
139139
<a
140-
href="https://cadenceworkflow.io/docs/08_cli"
140+
href="https://cadenceworkflow.io/docs/cli/"
141141
target="_blank"
142142
rel="noopener noreferrer"
143143
>

0 commit comments

Comments
 (0)