chore: update documentation link references

This commit is contained in:
jamesgeorge007
2024-06-28 11:49:09 +05:30
parent 07e7180dc9
commit ac84166b8b
3 changed files with 3 additions and 3 deletions

View File

@@ -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)());