You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update GitHub URL references after repo restructure (#16)
Updates references from `requestly/requestly` to the new locations:
- `requestly/requestly` (bare repo URLs) → `requestly/interceptor`
- `requestly/requestly-desktop-app` → `requestly/http-interceptor-desktop-app`
Preserved (intentional refs):
- `requestly/requestly/issues/N` and `requestly/requestly/pull/N` — those specific
numbered items live on the old repo and continue to work via that URL
- README.md ecosystem banner and 'A note on this repository' (intentional refs to
the future API Client community hub)
- All Issue Forms (.github/ISSUE_TEMPLATE/*.yml) — product-routing refs to API Client
- npm package names like `@requestly/requestly-core` (not URLs)
- Other repos in the org like `requestly-mock-server`, `requestly-web-sdk`, etc.
(those are separate repos, already correct)
Touched 17 files: package.json (top + app + 4 browser-extension), CONTRIBUTING.md,
in-app config/links/header constants, documentation .mdx files.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ We adhere to the [Requestly code of conduct](./CODE_OF_CONDUCT.md) and by partic
11
11
12
12
## Reporting issues
13
13
14
-
We use [Github issues](https://github.com/requestly/requestly/issues) to track feature requests and bugs. Please check existing issues before filing anything new. We do our best to respond to the issues as earliest as possible.
14
+
We use [Github issues](https://github.com/requestly/interceptor/issues) to track feature requests and bugs. Please check existing issues before filing anything new. We do our best to respond to the issues as earliest as possible.
15
15
16
16
If you would like to contribute a fix, please let us know by leaving a comment on the issue.
17
17
18
18
## Pull Requests
19
19
20
-
Before submitting any pull request (PR), it is recommended that you first log an issue [here](https://github.com/requestly/requestly/issues) and explain your solution in comments if it is more than a typo fix. It is always a good idea to gather feedback from the team to reduce the number of iterations in code review.
20
+
Before submitting any pull request (PR), it is recommended that you first log an issue [here](https://github.com/requestly/interceptor/issues) and explain your solution in comments if it is more than a typo fix. It is always a good idea to gather feedback from the team to reduce the number of iterations in code review.
21
21
22
22
Please note that we have multiple Git repositories. The [Development](#development) section below will help you find the right repo to make changes in. But the issues are still managed centrally in this repository.
23
23
@@ -33,7 +33,7 @@ All submissions require code review from team. So, please be patient. In case yo
33
33
Requestly is composed of multiple modules:
34
34
-[Browser extension](./browser-extension)
35
35
-[UI application](./app)
36
-
-[Desktop application](https://github.com/requestly/requestly-desktop-app) (Electron-based application for MacOS, Windows)
36
+
-[Desktop application](https://github.com/requestly/http-interceptor-desktop-app) (Electron-based application for MacOS, Windows)
37
37
-[Mobile SDK](https://github.com/requestly/requestly-android-sdk) (to debug mobile apps)
Copy file name to clipboardExpand all lines: app/src/lib/design-system-v2/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
- Install this extension https://marketplace.visualstudio.com/items?itemName=vunguyentuan.vscode-css-variables
6
6
7
7
## Adding Token
8
-
- Update `theme.css`: After adding color tokens, please update the [theme.css](https://github.com/requestly/requestly/blob/master/app/src/lib/design-system-v2/helpers/theme.css) file by uncommenting these lines https://github.com/requestly/requestly/blob/09c6eaf3a1126552ecf5e4c4aced423e005d1272/app/src/lib/design-system-v2/helpers/ThemeProvider.tsx#L42-L47
8
+
- Update `theme.css`: After adding color tokens, please update the [theme.css](https://github.com/requestly/interceptor/blob/master/app/src/lib/design-system-v2/helpers/theme.css) file by uncommenting these lines https://github.com/requestly/interceptor/blob/09c6eaf3a1126552ecf5e4c4aced423e005d1272/app/src/lib/design-system-v2/helpers/ThemeProvider.tsx#L42-L47
0 commit comments