about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-08-04 16:51:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-08-04 16:51:33 -0700
commit7457057d0f286c6badcf5c1525e57e9324a6a154 (patch)
tree525fc16fcd74712334b4d79ec567462855dcfc9c
parentb351ca6ed44f7389c5a158ed069dbace16b50c12 (diff)
downloadmu-7457057d0f286c6badcf5c1525e57e9324a6a154.tar.gz
couple of tweaks to Readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f4525f74..6f7e3648 100644
--- a/README.md
+++ b/README.md
@@ -181,7 +181,7 @@ More resources on SubX:
 
 ## Mirrors and Forks
 
-As of 2022-01, updates to Mu can be downloaded from the following mirrors:
+Updates to Mu can be downloaded from the following mirrors:
 * https://github.com/akkartik/mu
 * https://repo.or.cz/mu.git
 * https://codeberg.org/akkartik/mu
@@ -214,7 +214,7 @@ If you're still reading, here are some more things to check out:
 
 - [How to get your text editor set up for Mu and SubX programs.](editor/editor.md)
 
-- [Some videos demonstrating Mu programs and features.](https://archive.org/details/@kartik_agaram)
+- [Some videos demonstrating Mu programs and features.](https://www.youtube.com/watch?v=SZBAXgXvzqE&list=PLxyWgjDVNN4qtMcoR7JRcYPbrwMdnGNsS)
 
 - [A summary](mu_instructions) of how the Mu compiler translates statements
   to SubX. Most Mu statements map to a single x86 instruction.