mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2997] [MERGED] docs: fixed broken documentation links #4178
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix-docs-links📝 Commits (1)
c393377docs: 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.