[PR #2992] [CLOSED] fix: fixing broken URLs #2981 #2957 #4180

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/2992
Author: @samuelj90
Created: 4/15/2023
Status: Closed

Base: mainHead: samuelj90/issue2982


📝 Commits (9)

  • b4e3150 fix: updating privacy policy url
  • edcff3f fix: updating changelog url
  • 3c08e02 fix: updating authorization feature url
  • ea75775 fix: updating environment feature url
  • beff553 fix: updating collections feature url
  • 45ba6e4 Merge branch 'main' into samuelj90/issue2982
  • 40fd891 fix: updating history feature documentation url
  • b6d6137 fix: updating pre-request-script feature documentation url
  • 4815bfd fix: updating shortcuts feature documentation url

📊 Changes

18 files changed (+30 additions, -28 deletions)

View changed files

📝 .env.example (+1 -1)
📝 README.md (+2 -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/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/history/index.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/Authorization.vue (+3 -3)
📝 packages/hoppscotch-common/src/components/http/PreRequestScript.vue (+2 -2)
📝 packages/hoppscotch-common/src/layouts/default.vue (+3 -1)
📝 packages/hoppscotch-common/src/pages/realtime/socketio.vue (+3 -3)
📝 packages/hoppscotch-common/src/pages/settings.vue (+1 -1)
📝 packages/hoppscotch-ui/src/stories/Anchor.story.vue (+1 -1)

📄 Description

After completing this PR it will closes #2981 #2957

Description

This PR fixes some of the broken links in UI's and documentation
The issue is mentioned in #2981 #2957

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

Additional Information

It is a minor fix, just fixes the broken links

Following URL's requires 1:1 mapping in new documentation space


🔄 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/2992 **Author:** [@samuelj90](https://github.com/samuelj90) **Created:** 4/15/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `samuelj90/issue2982` --- ### 📝 Commits (9) - [`b4e3150`](https://github.com/hoppscotch/hoppscotch/commit/b4e3150ac7ad82925fbf8da8f5e1e3f9ef714a38) fix: updating privacy policy url - [`edcff3f`](https://github.com/hoppscotch/hoppscotch/commit/edcff3f3cb5da3d839771466dd3add2d2e0fe08d) fix: updating changelog url - [`3c08e02`](https://github.com/hoppscotch/hoppscotch/commit/3c08e02099515d21e0ae71cc3c8b74575ce5bfed) fix: updating authorization feature url - [`ea75775`](https://github.com/hoppscotch/hoppscotch/commit/ea7577547b7c2922f9ab5220f7bbb5dae0f42bfc) fix: updating environment feature url - [`beff553`](https://github.com/hoppscotch/hoppscotch/commit/beff553d8018dee3354dd2ca1544bad26208057c) fix: updating collections feature url - [`45ba6e4`](https://github.com/hoppscotch/hoppscotch/commit/45ba6e4b8dd62898e36596b73e956b3d497b7482) Merge branch 'main' into samuelj90/issue2982 - [`40fd891`](https://github.com/hoppscotch/hoppscotch/commit/40fd8910db68818d3a666bd0e6d6afb44b8a0b62) fix: updating history feature documentation url - [`b6d6137`](https://github.com/hoppscotch/hoppscotch/commit/b6d61379bcf3c6fbc444d86e6b652490d95fff69) fix: updating pre-request-script feature documentation url - [`4815bfd`](https://github.com/hoppscotch/hoppscotch/commit/4815bfd555a5f694103625c48274b84856bdd14c) fix: updating shortcuts feature documentation url ### 📊 Changes **18 files changed** (+30 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -1) 📝 `README.md` (+2 -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/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/history/index.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/Authorization.vue` (+3 -3) 📝 `packages/hoppscotch-common/src/components/http/PreRequestScript.vue` (+2 -2) 📝 `packages/hoppscotch-common/src/layouts/default.vue` (+3 -1) 📝 `packages/hoppscotch-common/src/pages/realtime/socketio.vue` (+3 -3) 📝 `packages/hoppscotch-common/src/pages/settings.vue` (+1 -1) 📝 `packages/hoppscotch-ui/src/stories/Anchor.story.vue` (+1 -1) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> After completing this PR it will closes #2981 #2957 <!-- Issue # here --> ### Description <!-- Add a brief description of the pull request --> This PR fixes some of the broken links in UI's and documentation The issue is mentioned in #2981 #2957 <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [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 ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behaviour, etc. --> It is a minor fix, just fixes the broken links Following URL's requires 1:1 mapping in new documentation space - https://docs.hoppscotch.io/features/response - https://docs.hoppscotch.io/features/body - https://docs.hoppscotch.io/features/headers - https://docs.hoppscotch.io/features/parameters - https://docs.hoppscotch.io/features/tests - https://docs.hoppscotch.io/features/mqtt - https://docs.hoppscotch.io/cli - https://docs.hoppscotch.io/graphql --- <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#4180
No description provided.