Skip to content

Commit 4a04e33

Browse files
committed
Anchor not found due to Sphinx/Github compatibility
1 parent d34664f commit 4a04e33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This document describes how contributors can participate and iterate quickly whi
1111

1212
Contributors must start `proxy.py` from source to verify and develop new features / fixes. See `Run proxy.py from command line using repo source` in README.md for usage instructions.
1313

14-
[![WARNING](https://img.shields.io/static/v1?label=MacOS&message=warning&color=red)](https://github.com/abhinavsingh/proxy.py/issues/642#issuecomment-960819271) On `macOS` you must install `Python` using `pyenv`, as `Python` installed via `homebrew` tends to be problematic. See linked thread for more details.
14+
[![WARNING](https://img.shields.io/static/v1?label=MacOS&message=warning&color=red)](https://github.com/abhinavsingh/proxy.py/issues/642) On `macOS` you must install `Python` using `pyenv`, as `Python` installed via `homebrew` tends to be problematic. See linked thread for more details.
1515

1616
### Setup Git Hooks
1717

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ Start `proxy.py` as:
10041004

10051005
`HttpProxyBasePlugin.resolve_dns` callback can also be used to configure `network interface` which must be used as the `source_address` for connection to the upstream server.
10061006

1007-
See [this thread](https://github.com/abhinavsingh/proxy.py/issues/535#issuecomment-961510862)
1007+
See [this thread](https://github.com/abhinavsingh/proxy.py/issues/535)
10081008
for more details.
10091009

10101010
PS: There is no plugin named, but [CustomDnsResolverPlugin](#customdnsresolverplugin)
@@ -2350,7 +2350,7 @@ Most likely it's a browser integration issue with system keychain.
23502350

23512351
`curl -v -x username:password@localhost:8899 https://httpbin.org/get`
23522352

2353-
- See [this thread](https://github.com/abhinavsingh/proxy.py/issues/89#issuecomment-534845710)
2353+
- See [this thread](https://github.com/abhinavsingh/proxy.py/issues/89)
23542354
for further details.
23552355

23562356
## Docker image not working on macOS
@@ -2559,7 +2559,7 @@ Contributors must start `proxy.py` from source to verify and develop new feature
25592559
See [Run proxy.py from command line using repo source](#from-command-line-using-repo-source) for details.
25602560

25612561

2562-
[![WARNING](https://img.shields.io/static/v1?label=MacOS&message=warning&color=red)](https://github.com/abhinavsingh/proxy.py/issues/642#issuecomment-960819271) On `macOS`
2562+
[![WARNING](https://img.shields.io/static/v1?label=MacOS&message=warning&color=red)](https://github.com/abhinavsingh/proxy.py/issues/642) On `macOS`
25632563
you must install `Python` using `pyenv`, as `Python` installed via `homebrew` tends
25642564
to be problematic. See linked thread for more details.
25652565

0 commit comments

Comments
 (0)