Skip to content

Commit d82fb5e

Browse files
Updated link to bitstring image so it should work externally.
1 parent c4ce914 commit d82fb5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
.. image:: /doc/bitstring_logo_small.png
3+
.. image:: https://github.com/scott-griffiths/bitstring/blob/master/doc/bitstring_logo_small.png?raw=true
44

55
**bitstring** is a pure Python module designed to help make
66
the creation and analysis of binary data as simple and natural as possible.
@@ -36,7 +36,7 @@ The manual for the bitstring module is available here
3636
<https://bitstring.readthedocs.io/en/latest/?>. It contains a walk-through of all
3737
the features and a complete reference section.
3838

39-
It is also available as a PDF: https://buildmedia.readthedocs.org/media/pdf/bitstring/latest/bitstring.pdf.
39+
It is also available as a PDF: <https://buildmedia.readthedocs.org/media/pdf/bitstring/latest/bitstring.pdf>.
4040

4141

4242
Simple Examples

0 commit comments

Comments
 (0)