From d72f83d19c8b6b45ffa152c1e1449f4eadfc6847 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Fri, 23 Apr 2021 21:58:21 +0200 Subject: [PATCH] derp: wrong url to readthedocs in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fed856b..322e7d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RiscEmu - RISC-V (userspace) emulator in python -Implementing a basic RISC-V emulator, aimed at being easily extendable. Check out the docs at [readthedocs](https://riscemu.datenvorr.at/index.html) +Implementing a basic RISC-V emulator, aimed at being easily extendable. Check out the docs at [readthedocs](https://riscemu.readthedocs.io/en/latest/index.html) or [riscemu.datenvorr.at](https://riscemu.datenvorr.at/index.html). This emulator contains: