Sfoglia il codice sorgente

Remove broken link (#830)

This link is broken and lands on a 404
Cedric Martens 3 anni fa
parent
commit
25b8f74fe0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -141,7 +141,6 @@ It's a great way to learn.
 
 #### Build your own `Emulator / Virtual Machine`
 
-* [**C**: _Virtual machine in C_](https://blog.felixangell.com/virtual-machine-in-c/)
 * [**C**: _Write your Own Virtual Machine_](https://justinmeiners.github.io/lc3-vm/)
 * [**C**: _Writing a Game Boy emulator, Cinoop_](https://cturt.github.io/cinoop.html)
 * [**C++**: _How to write an emulator (CHIP-8 interpreter)_](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/)