Skip to content

Commit 80e6f3c

Browse files
authored
Fix link
1 parent 431b995 commit 80e6f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/README-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ yet ported to latest CEF. Some of them are externally maintained.
107107
for reading/modifying web requests: see the [wxpython-response.py](https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/cef3/linux/binaries_64bit/wxpython-response.py)
108108
example in the cefpython31 branch.
109109
- Example of using Python network library (urllib3/openssl) instead of Chromium's
110-
network library - see [gist by Massimiliano Dal Cero](https://gist.github.com/yattamax/0252a3c5dc54a2f81650d5c0eafabf99)
110+
network library - see [gist by Massimiliano Dal Cero](https://gist.github.com/cztomczak/83b77cbdda03ccef81e22e8bd36a51f6)
111111
- Example of passing exceptions from Python to Javascript and using await syntax to receive values from python return values - see [Managed python calls example by Elliot Woods](https://github.com/elliotwoods/cefpython-tests/tree/0180b22eac10a1bde08820ca192fdc30eb93f00d/6.%20Managed%20python%20calls)
112112

113113
## More examples to come

0 commit comments

Comments
 (0)