diff --git a/packages/hoppscotch-cli/src/index.ts b/packages/hoppscotch-cli/src/index.ts index 0602eaa56..d79708f7a 100644 --- a/packages/hoppscotch-cli/src/index.ts +++ b/packages/hoppscotch-cli/src/index.ts @@ -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)()); diff --git a/packages/hoppscotch-common/src/components/collections/Properties.vue b/packages/hoppscotch-common/src/components/collections/Properties.vue index 700133e01..e44f9f492 100644 --- a/packages/hoppscotch-common/src/components/collections/Properties.vue +++ b/packages/hoppscotch-common/src/components/collections/Properties.vue @@ -53,7 +53,7 @@