We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ce914 commit d82fb5eCopy full SHA for d82fb5e
1 file changed
README.rst
@@ -1,6 +1,6 @@
1
2
3
-.. image:: /doc/bitstring_logo_small.png
+.. image:: https://github.com/scott-griffiths/bitstring/blob/master/doc/bitstring_logo_small.png?raw=true
4
5
**bitstring** is a pure Python module designed to help make
6
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
36
<https://bitstring.readthedocs.io/en/latest/?>. It contains a walk-through of all
37
the features and a complete reference section.
38
39
-It is also available as a PDF: https://buildmedia.readthedocs.org/media/pdf/bitstring/latest/bitstring.pdf.
+It is also available as a PDF: <https://buildmedia.readthedocs.org/media/pdf/bitstring/latest/bitstring.pdf>.
40
41
42
Simple Examples
0 commit comments