From ac84166b8b6e2d02068c1e030c7e38256f4ae22b Mon Sep 17 00:00:00 2001 From: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:49:09 +0530 Subject: [PATCH] chore: update documentation link references --- packages/hoppscotch-cli/src/index.ts | 2 +- .../hoppscotch-common/src/components/collections/Properties.vue | 2 +- .../src/components/environments/Properties.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@