chore: update documentation link references
This commit is contained in:
@@ -71,7 +71,7 @@ program
|
|||||||
.addHelpText(
|
.addHelpText(
|
||||||
"after",
|
"after",
|
||||||
`\nFor help, head on to ${accent(
|
`\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)());
|
.action(async (pathOrId, options) => await test(pathOrId, options)());
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
<HoppButtonSecondary
|
<HoppButtonSecondary
|
||||||
v-tippy="{ theme: 'tooltip' }"
|
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
|
blank
|
||||||
:title="t('app.wiki')"
|
:title="t('app.wiki')"
|
||||||
:icon="IconHelpCircle"
|
:icon="IconHelpCircle"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<HoppButtonSecondary
|
<HoppButtonSecondary
|
||||||
v-tippy="{ theme: 'tooltip' }"
|
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
|
blank
|
||||||
:title="t('app.wiki')"
|
:title="t('app.wiki')"
|
||||||
:icon="IconHelpCircle"
|
:icon="IconHelpCircle"
|
||||||
|
|||||||
Reference in New Issue
Block a user