Skip to content

Commit df01b26

Browse files
committed
README: update links, use https:// versions
1 parent 36f7ad0 commit df01b26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55

66
This library implements Kaitai Struct API for Python.
77

8-
[Kaitai Struct](http://kaitai.io) is a declarative language used for
8+
[Kaitai Struct](https://kaitai.io/) is a declarative language used for
99
describe various binary data structures, laid out in files or in memory:
1010
i.e. binary file formats, network stream packet formats, etc.
1111

12-
It is similar to [Python's Construct 2.9](http://construct.readthedocs.org/)
12+
It is similar to [Python's Construct 2.10](https://construct.readthedocs.io/en/latest/)
1313
but it is language-agnostic. The format description is done in YAML-based .ksy
1414
format, which then can be compiled into a wide range of target languages.
1515

1616
Further reading:
1717

18-
* [About Kaitai Struct](http://kaitai.io/)
19-
* [About API implemented in this library](http://doc.kaitai.io/stream_api.html)
20-
* [Python-specific notes](http://doc.kaitai.io/lang_python.html) in KS
18+
* [About Kaitai Struct](https://kaitai.io/)
19+
* [About API implemented in this library](https://doc.kaitai.io/stream_api.html)
20+
* [Python-specific notes](https://doc.kaitai.io/lang_python.html) in KS
2121
documentation discuss installation and usage of this runtime

0 commit comments

Comments
 (0)