fix: point in-app GitHub Issues link to the interceptor repo#71
Open
Ronakkadhi wants to merge 1 commit into
Open
fix: point in-app GitHub Issues link to the interceptor repo#71Ronakkadhi wants to merge 1 commit into
Ronakkadhi wants to merge 1 commit into
Conversation
REQUESTLY_GITHUB_ISSUES pointed at requestly/customer-support/issues, which now 301-redirects to requestly/requestly — the Requestly API Client community hub. This app ships the HTTP Interceptor, so all six in-app "report a bug / issue" entry points (footer "Bugs & feature request", command bar, support panel, rule-builder help, and the RedirectionUtils helper) were sending Interceptor users to the API Client repo. Repoint the constant to requestly/interceptor/issues. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Repoints the in-app GitHub Issues link (
REQUESTLY_GITHUB_ISSUES) fromrequestly/customer-support/issues→requestly/interceptor/issues.Why
requestly/customer-supportnow 301-redirects torequestly/requestly, which post-restructure is the Requestly API Client community hub ("bugs, feature requests, and roadmap — the privacy-first Postman alternative"). This app ships the HTTP Interceptor, so every in-app "report a bug / request a feature" entry point was landing Interceptor users on the API Client repo.Surfaced from Help → "Bugs & feature request" on
app.requestly.io/rules.Scope
One constant change. It fans out to all six consumers:
components/sections/Footercomponents/misc/CommandBar/configcomponents/misc/SupportPanelutils/RedirectionUtilsopen/navigate helperapp/package.jsonbugs.urlwas alreadyrequestly/interceptor/issues— left untouched.Out of scope (intentionally not changed)
.../issues/<N>) in changelogs, rule banners, and the API Client migration block — these legitimately stay onrequestly/requestly.// TODO: update linkon the "Ask GitHub community" help item (likely should point to GitHub Discussions, not Issues) — separate concern; this PR at least routes it to the correct repo.Verification
git diff: single-line change, string → string, no syntax change.requestly/interceptorexists with Issues enabled.node --check).🤖 Generated with Claude Code