[PR #2997] [MERGED] docs: fixed broken documentation links #4178

Closed
opened 2026-03-17 01:44:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2997
Author: @liyasthomas
Created: 4/17/2023
Status: Merged
Merged: 4/18/2023
Merged by: @AndrewBastin

Base: mainHead: fix-docs-links


📝 Commits (1)

  • c393377 docs: fixed broken documentation links

📊 Changes

33 files changed (+66 additions, -52 deletions)

View changed files

📝 .env.example (+2 -2)
📝 README.md (+4 -3)
📝 packages/hoppscotch-cli/src/index.ts (+4 -2)
📝 packages/hoppscotch-common/src/components/app/Footer.vue (+2 -2)
📝 packages/hoppscotch-common/src/components/app/Options.vue (+2 -2)
📝 packages/hoppscotch-common/src/components/app/ShortcutsPrompt.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/app/Support.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/collections/MyCollections.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/collections/TeamCollections.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/collections/graphql/index.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/environments/my/index.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/environments/teams/index.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/graphql/Authorization.vue (+3 -3)
📝 packages/hoppscotch-common/src/components/graphql/RequestOptions.vue (+3 -3)
📝 packages/hoppscotch-common/src/components/graphql/Sidebar.vue (+2 -2)
📝 packages/hoppscotch-common/src/components/history/index.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/Authorization.vue (+3 -3)
📝 packages/hoppscotch-common/src/components/http/Body.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/BodyParameters.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/Headers.vue (+1 -1)

...and 13 more files

📄 Description

Closes #2957, #2981.
Suppressed #2992.

Description

Routes in the latest documentation have been changed - this went unnoticed in the latest release. This PR updates all the old documentation and wiki URLs with it's latest URLs.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2997 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 4/17/2023 **Status:** ✅ Merged **Merged:** 4/18/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `fix-docs-links` --- ### 📝 Commits (1) - [`c393377`](https://github.com/hoppscotch/hoppscotch/commit/c3933770750c566acfecc79a7943ea146ffbf32d) docs: fixed broken documentation links ### 📊 Changes **33 files changed** (+66 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+2 -2) 📝 `README.md` (+4 -3) 📝 `packages/hoppscotch-cli/src/index.ts` (+4 -2) 📝 `packages/hoppscotch-common/src/components/app/Footer.vue` (+2 -2) 📝 `packages/hoppscotch-common/src/components/app/Options.vue` (+2 -2) 📝 `packages/hoppscotch-common/src/components/app/ShortcutsPrompt.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/app/Support.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/collections/MyCollections.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/collections/TeamCollections.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/collections/graphql/index.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/environments/my/index.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/environments/teams/index.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/graphql/Authorization.vue` (+3 -3) 📝 `packages/hoppscotch-common/src/components/graphql/RequestOptions.vue` (+3 -3) 📝 `packages/hoppscotch-common/src/components/graphql/Sidebar.vue` (+2 -2) 📝 `packages/hoppscotch-common/src/components/history/index.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/Authorization.vue` (+3 -3) 📝 `packages/hoppscotch-common/src/components/http/Body.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/BodyParameters.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/Headers.vue` (+1 -1) _...and 13 more files_ </details> ### 📄 Description Closes #2957, #2981. Suppressed #2992. ### Description Routes in the latest documentation have been changed - this went unnoticed in the latest release. This PR updates all the old documentation and wiki URLs with it's latest URLs. ### Checks - [x] My pull request adheres to the code style of this project - [x] My code requires changes to the documentation - [x] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:44:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4178
No description provided.