mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-22 07:01:28 +00:00
chore: update documentation link references
This commit is contained in:
parent
07e7180dc9
commit
ac84166b8b
@ -71,7 +71,7 @@ program
|
||||
.addHelpText(
|
||||
"after",
|
||||
`\nFor help, head on to ${accent(
|
||||
"https://docs.hoppscotch.io/documentation/clients/cli#commands"
|
||||
"https://docs.hoppscotch.io/documentation/clients/cli/overview#commands"
|
||||
)}`
|
||||
)
|
||||
.action(async (pathOrId, options) => await test(pathOrId, options)());
|
||||
|
@ -53,7 +53,7 @@
|
||||
|
||||
<HoppButtonSecondary
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
to="https://docs.hoppscotch.io/documentation/clients/cli/overview#running-collections-and-environments-on-cloud"
|
||||
to="https://docs.hoppscotch.io/documentation/clients/cli/overview#running-collections-present-on-the-api-client"
|
||||
blank
|
||||
:title="t('app.wiki')"
|
||||
:icon="IconHelpCircle"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
<HoppButtonSecondary
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
to="https://docs.hoppscotch.io/documentation/clients/cli/overview#running-collections-and-environments-on-cloud"
|
||||
to="https://docs.hoppscotch.io/documentation/clients/cli/overview#running-collections-present-on-the-api-client"
|
||||
blank
|
||||
:title="t('app.wiki')"
|
||||
:icon="IconHelpCircle"
|
||||
|
Loading…
Reference in New Issue
Block a user