Skip to content

Commit 1afb61f

Browse files
committed
Update the feedback repo URL everywhere
1 parent 371252c commit 1afb61f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HTTP Toolkit Desktop [![Travis Build Status](https://img.shields.io/travis/httpt
33

44
This repo contains the desktop build setup for [HTTP Toolkit](https://httptoolkit.tech), a beautiful, cross-platform & open-source HTTP(S) debugging proxy, analyzer & client.
55

6-
Looking to file bugs, request features or send feedback? File an issue or vote on existing ones at [github.com/httptoolkit/feedback](https://github.com/httptoolkit/feedback).
6+
Looking to file bugs, request features or send feedback? File an issue or vote on existing ones at [github.com/httptoolkit/httptoolkit](https://github.com/httptoolkit/httptoolkit).
77

88
## What is this?
99

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ if (!amMainInstance) {
374374

375375
showErrorAlert(
376376
'HTTP Toolkit hit an error',
377-
`${error.message}.\n\nPlease file an issue at github.com/httptoolkit/feedback.`
377+
`${error.message}.\n\nPlease file an issue at github.com/httptoolkit/httptoolkit.`
378378
);
379379

380380
// Retry limited times, but not for near-immediate failures.

0 commit comments

Comments
 (0)