Skip to content

Commit aa66da4

Browse files
committed
Fix links in README-snippets.md
1 parent 32560b1 commit aa66da4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/snippets/README-snippets.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ directory. If looking for non-trivial examples then see the
2626
[README-examples.md](../README-examples.md) document.
2727

2828

29-
- [cookies.py](snippets/cookies.py) - Shows how to fetch all cookies,
29+
- [cookies.py](cookies.py) - Shows how to fetch all cookies,
3030
all cookies for a given url and how to delete a specific cookie.
31-
- [javascript_bindings.py](snippets/javascript_bindings.py) - Communicate
31+
- [javascript_bindings.py](javascript_bindings.py) - Communicate
3232
between Python and Javascript asynchronously using
3333
inter-process messaging with the use of Javascript Bindings.
34-
- [javascript_errors.py](snippets/javascript_errors.py) - Two ways for
34+
- [javascript_errors.py](javascript_errors.py) - Two ways for
3535
intercepting Javascript errors.
36-
- [mouse_clicks.py](snippets/mouse_clicks.py) - Perform mouse clicks
36+
- [mouse_clicks.py](mouse_clicks.py) - Perform mouse clicks
3737
and mouse movements programmatically.
38-
- [network_cookies.py](snippets/network_cookies.py) - Implement
38+
- [network_cookies.py](network_cookies.py) - Implement
3939
interfaces to block or allow cookies over network requests.
40-
- [onbeforeclose.py](snippets/onbeforeclose.py) - Implement interface
40+
- [onbeforeclose.py](onbeforeclose.py) - Implement interface
4141
to execute custom code before browser window closes.
42-
- [ondomready.py](snippets/ondomready.py) - Execute custom Python code
42+
- [ondomready.py](ondomready.py) - Execute custom Python code
4343
on a web page as soon as DOM is ready.
44-
- [onpagecomplete.py](snippets/onpagecomplete.py) - Execute custom
44+
- [onpagecomplete.py](onpagecomplete.py) - Execute custom
4545
Python code on a web page when page loading is complete.
46-
- [setcookie.py](snippets/setcookie.py) - Shows how to set a cookie
47-
- [window_size.py](snippets/window_size.py) - Set initial window size
46+
- [setcookie.py](setcookie.py) - Shows how to set a cookie
47+
- [window_size.py](window_size.py) - Set initial window size
4848
without use of any third party GUI framework.

0 commit comments

Comments
 (0)