From 1c43c97a526e1218cc16e02bb51d740cb683d255 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Tue, 9 Oct 2018 08:03:23 -0400 Subject: [PATCH] just fixed a typo --- _layouts/default.html | 4 ++-- _posts/2018-10-9-good-hex-tutorials.markdown | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index b5abba9..b071527 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -26,9 +26,9 @@ {{ content }} -Fork me on GitHub +src="https://aral.github.com/fork-me-on-github-retina-ribbons/right-green@2x.png" alt="Fork me on GitLab"> diff --git a/_posts/2018-10-9-good-hex-tutorials.markdown b/_posts/2018-10-9-good-hex-tutorials.markdown index 2a95a88..70edd9b 100644 --- a/_posts/2018-10-9-good-hex-tutorials.markdown +++ b/_posts/2018-10-9-good-hex-tutorials.markdown @@ -16,6 +16,6 @@ be really trying to learn. here are some links to good resources: - [rtfm](http://man7.org/linux/man-pages/man1/hexdump.1.html) - [wikipedia - hexdump](https://en.wikipedia.org/wiki/Hex_dump) - [wikipedia - hexadecimal](https://en.wikipedia.org/wiki/Hexadecimal) -- [practice color codes](https://yizzle.com/whatthehex/) +- [practice color codes](http://yizzle.com/whatthehex/) - [making sense of hexadump](https://www.suse.com/c/making-sense-hexdump/) - [hexadecimal numbers](https://www.electronics-tutorials.ws/binary/bin_3.html)