Skip to content

Commit 6a5b683

Browse files
authored
Update README-examples.md
Fix link
1 parent 89587eb commit 6a5b683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ yet ported to latest CEF. Some of them are externally maintained.
9090
example in the cefpython31 branch.
9191
- Example of using Python network library (urllib3/openssl) instead of Chromium's
9292
network library - see [gist by Massimiliano Dal Cero](https://gist.github.com/yattamax/0252a3c5dc54a2f81650d5c0eafabf99)
93-
- 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)
93+
- 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)
9494

9595
## More examples to come
9696

0 commit comments

Comments
 (0)