feat: update all CDN URLs (#4)

* feat: update all CDN URLs

* feat: fix URL

* chore: update CHANGELOG.md
This commit is contained in:
Devin Haska 2024-09-29 20:32:27 -07:00 committed by GitHub
parent 7dd79765dc
commit 9f8b2c1402
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
96 changed files with 345 additions and 349 deletions

View file

@ -4,7 +4,7 @@ excerpt: June 2020.
tags: ["recently"]
---
{% image "https://cdn.wonderfulfrog.com/wolfgang.jpg", "Wolfgang reading a book in an idyllic forest paradise", "#lifegoals" %}
{% image "https://cdn.wonderfulfrog.com/images/wolfgang.jpg", "Wolfgang reading a book in an idyllic forest paradise", "#lifegoals" %}
My pet project these last few weeks has been my [CHIP-8 interpreter](https://github.com/devinwl/chip-8). I've been following tutorials around the internet to try and figure things out. I've learned a lot more than I expected and even rekindled a bit of interest in hardware. I took a course in university that used an ARM processor for learning assembly language.