Skip to content

Commit 1bdc969

Browse files
authored
Merge pull request #28 from sb1752/chp4-additional-reading
update additional reading to include Edil blog post
2 parents c0f4645 + a666b3b commit 1bdc969

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

04_hex_and_bytes.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ This also equals 1.
7979
### Quiz
8080
*What is the version number indicated by the following 4 bytes little endian in hexadecimal format: `10000000`?*
8181

82-
### Additional Resources
83-
* Hexadecimal overview: https://learnmeabitcoin.com/technical/hexadecimal.
84-
* Little endian overview: https://learnmeabitcoin.com/technical/little-endian
82+
### Additional Reading
83+
* Bits, bytes and the dreaded little-endian: https://edil.com.br/blog/bits-bytes-and-the-dreaded-little-endian
84+
* learnmeabitcoin.com:
85+
- hexadecimal overview: https://learnmeabitcoin.com/technical/hexadecimal
86+
- little endian overview: https://learnmeabitcoin.com/technical/little-endian
8587

8688
----------------------------------------------------------------------------------------------------------------------------------------------------
8789

0 commit comments

Comments
 (0)