Skip to content

Commit ff75c09

Browse files
committed
Add proper links to the Electron troubleshooting docs
1 parent 7d14947 commit ff75c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/guides/troubleshooting.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ If this doesn't work, please share more information in [the GitHub issue](https:
5858
In some environments the Electron wrapper can cause problems, and some people prefer to avoid Electron apps entirely to manage their memory usage. The tradeoffs of Electron are a whole debate that we can get into elsewhere, but if you want to, it is entirely possible to use HTTP Toolkit without it. To do so:
5959

6060
* Start a server:
61-
* Download the latest HTTP Toolkit server from https://github.com/httptoolkit/httptoolkit-server/releases for your platform
61+
* Download the latest HTTP Toolkit server from [github.com/httptoolkit/httptoolkit-server/releases](https://github.com/httptoolkit/httptoolkit-server/releases) for your platform
6262
* Extract it somewhere
6363
* Run `./bin/httptoolkit-server start` in the extracted folder
64-
* Open https://app.httptoolkit.tech in Chrome, Edge, Brave or Firefox:
64+
* Open [app.httptoolkit.tech](https://app.httptoolkit.tech) in Chrome, Edge, Brave or Firefox (not Safari):
6565
* This is the hosted version of the latest HTTP Toolkit UI
6666
* A Chromium or Firefox-based browser is required, as Safari has issues with some of the UI/server communication
67-
* The UI will work offline in your browser after the first load, just like the app, as it's built using service workers
67+
* The UI will work offline in your browser after the first load, just like the app, and supports almost all functionality identically.
6868

6969
## Interception issues
7070

0 commit comments

Comments
 (0)