diff --git a/.env.example b/.env.example index 21e367dc..754ef000 100644 --- a/.env.example +++ b/.env.example @@ -55,5 +55,5 @@ VITE_BACKEND_WS_URL=wss://localhost:3170/graphql VITE_BACKEND_API_URL=http://localhost:3170/v1 # Terms Of Service And Privacy Policy Links (Optional) -VITE_APP_TOS_LINK=https://docs.hoppscotch.io/terms -VITE_APP_PRIVACY_POLICY_LINK=https://docs.hoppscotch.io/privacy +VITE_APP_TOS_LINK=https://docs.hoppscotch.io/support/terms +VITE_APP_PRIVACY_POLICY_LINK=https://docs.hoppscotch.io/support/privacy diff --git a/README.md b/README.md index f0ff8545..f1d1f397 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ _Collections are synced with cloud / local session storage_ - Access APIs served in non-HTTPS (`http://`) endpoints - Use your Proxy URL -_Official proxy server is hosted by Hoppscotch - **[GitHub](https://github.com/hoppscotch/proxyscotch)** - **[Privacy Policy](https://docs.hoppscotch.io/privacy)**_ +_Official proxy server is hosted by Hoppscotch - **[GitHub](https://github.com/hoppscotch/proxyscotch)** - **[Privacy Policy](https://docs.hoppscotch.io/support/privacy)**_ 📜 **Pre-Request Scripts β:** Snippets of code associated with a request that is executed before the request is sent. @@ -178,7 +178,7 @@ _Official proxy server is hosted by Hoppscotch - **[GitHub](https://github.com/h ⌨️ **Keyboard Shortcuts:** Optimized for efficiency. -> **[Read our documentation on Keyboard Shortcuts](https://docs.hoppscotch.io/features/shortcuts)** +> **[Read our documentation on Keyboard Shortcuts](https://docs.hoppscotch.io/documentation/features/shortcuts)** 🌎 **i18n:** Experience the app in your language. @@ -278,7 +278,8 @@ _Add-ons are developed and maintained under **[Hoppscotch Organization](https:// - [Vite](https://vitejs.dev) ## **Developing** -Follow the guide in the [Self Hosted Docs](https://docs.hoppscotch.io/documentation/self-host/getting-started). + +Follow our [self-hosting guide](https://docs.hoppscotch.io/documentation/self-host/getting-started) to get started with the development environment. ## **Contributing** diff --git a/packages/hoppscotch-cli/src/index.ts b/packages/hoppscotch-cli/src/index.ts index aa6b0269..3ba4f022 100644 --- a/packages/hoppscotch-cli/src/index.ts +++ b/packages/hoppscotch-cli/src/index.ts @@ -17,7 +17,7 @@ const CLI_BEFORE_ALL_TXT = `hopp: The ${accent( )}) ${chalk.black.bold.bgYellowBright(" ALPHA ")} \n`; const CLI_AFTER_ALL_TXT = `\nFor more help, head on to ${accent( - "https://docs.hoppscotch.io/cli" + "https://docs.hoppscotch.io/documentation/clients/cli" )}`; program @@ -59,7 +59,9 @@ program .description("running hoppscotch collection.json file") .addHelpText( "after", - `\nFor help, head on to ${accent("https://docs.hoppscotch.io/cli#test")}` + `\nFor help, head on to ${accent( + "https://docs.hoppscotch.io/documentation/clients/cli#commands" + )}` ) .action(async (path, options) => await test(path, options)()); diff --git a/packages/hoppscotch-common/src/components/app/Footer.vue b/packages/hoppscotch-common/src/components/app/Footer.vue index d79cc79f..f82912b6 100644 --- a/packages/hoppscotch-common/src/components/app/Footer.vue +++ b/packages/hoppscotch-common/src/components/app/Footer.vue @@ -91,7 +91,7 @@ @@ -130,7 +130,7 @@ diff --git a/packages/hoppscotch-common/src/components/app/Options.vue b/packages/hoppscotch-common/src/components/app/Options.vue index 5816dd65..590fdcf9 100644 --- a/packages/hoppscotch-common/src/components/app/Options.vue +++ b/packages/hoppscotch-common/src/components/app/Options.vue @@ -43,7 +43,7 @@ diff --git a/packages/hoppscotch-common/src/components/graphql/RequestOptions.vue b/packages/hoppscotch-common/src/components/graphql/RequestOptions.vue index 17c22ce7..8751ef02 100644 --- a/packages/hoppscotch-common/src/components/graphql/RequestOptions.vue +++ b/packages/hoppscotch-common/src/components/graphql/RequestOptions.vue @@ -39,7 +39,7 @@ /> diff --git a/packages/hoppscotch-common/src/components/http/Body.vue b/packages/hoppscotch-common/src/components/http/Body.vue index a592f3f5..8c1e9121 100644 --- a/packages/hoppscotch-common/src/components/http/Body.vue +++ b/packages/hoppscotch-common/src/components/http/Body.vue @@ -116,7 +116,7 @@

diff --git a/packages/hoppscotch-common/src/components/http/RawBody.vue b/packages/hoppscotch-common/src/components/http/RawBody.vue index 0d442d92..790c57c6 100644 --- a/packages/hoppscotch-common/src/components/http/RawBody.vue +++ b/packages/hoppscotch-common/src/components/http/RawBody.vue @@ -9,7 +9,7 @@

diff --git a/packages/hoppscotch-common/src/components/http/URLEncodedParams.vue b/packages/hoppscotch-common/src/components/http/URLEncodedParams.vue index 7ba5cdc7..7d75c753 100644 --- a/packages/hoppscotch-common/src/components/http/URLEncodedParams.vue +++ b/packages/hoppscotch-common/src/components/http/URLEncodedParams.vue @@ -9,7 +9,7 @@
{ onClick: (_, toastObject) => { setLocalConfig("cookiesAllowed", "yes") toastObject.goAway(0) - window.open("https://docs.hoppscotch.io/privacy", "_blank")?.focus() + window + .open("https://docs.hoppscotch.io/support/privacy", "_blank") + ?.focus() }, }, { diff --git a/packages/hoppscotch-common/src/pages/index.vue b/packages/hoppscotch-common/src/pages/index.vue index 954737cc..cd215db3 100644 --- a/packages/hoppscotch-common/src/pages/index.vue +++ b/packages/hoppscotch-common/src/pages/index.vue @@ -37,8 +37,8 @@ @@ -12,4 +22,3 @@ -