Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Fix link to missing anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx authored Dec 27, 2018
1 parent 87864cf commit 06ae53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaceship/docs/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Example logfile:

_spaceship_ also comes with support for proxies (e.g. [Charles Web Proxy](https://www.charlesproxy.com/), free endless 30 minute trial available, available for all platforms) that listen on `https://127.0.0.1:8888`. Just set the environment variable `SPACESHIP_DEBUG` to activate.

Read the [section on configuring Charles Web Proxy in fastlane's "Tooling and Debugging" docs](https://github.com/fastlane/fastlane/blob/master/ToolsAndDebugging.md#setting-up-charles-web-proxy) for information on how to set it up.
Read [fastlane's "Tooling and Debugging" docs](https://github.com/fastlane/fastlane/blob/master/ToolsAndDebugging.md) for information on how to set it up.

If your proxy is listening on another port or address, you can use `SPACESHIP_PROXY` to set this. Use `SPACESHIP_PROXY_SSL_VERIFY_NONE` to additionally disable certificate checking.

Expand Down

0 comments on commit 06ae53b

Please sign in to comment.