Skip to content

Commit 8947f91

Browse files
author
Benedikt Schmitt
committed
*updated* README
1 parent 0dc2276 commit 8947f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ file lock in Python, which provides a simple way of inter-process communication:
2121
**Don't use** a *FileLock* to lock the file you want to write too, instead create a separate
2222
*.lock* file as shown above.
2323

24-
.. image:: ./example/example_sm.gif
24+
.. image:: https://github.com/benediktschmitt/py-filelock/blob/master/example/example.gif
2525

26-
Animated example: https://github.com/benediktschmitt/py-filelock/blob/master/example/example.gif
26+
`Animated example <https://github.com/benediktschmitt/py-filelock/blob/master/example/example.gif>`_
2727

2828
Similar libraries
2929
-----------------

0 commit comments

Comments
 (0)