aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2018-06-12 10:09:46 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2018-06-12 10:09:46 -0700
commit56f7b8ca7a1e2f8684899708cdb6d19a06e11926 (patch)
tree4f9b95e98a74ccefee3ea9a8034e34175188c670 /README.md
parentbc43b4c882f733927e4441786b0dd5186090f192 (diff)
downloadriscv-tools-56f7b8ca7a1e2f8684899708cdb6d19a06e11926.zip
riscv-tools-56f7b8ca7a1e2f8684899708cdb6d19a06e11926.tar.gz
riscv-tools-56f7b8ca7a1e2f8684899708cdb6d19a06e11926.tar.bz2
Move the README images to doc/
These disappeared from the RISC-V website, so we'll use local versions now.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2a530f7..d4d06ee 100644
--- a/README.md
+++ b/README.md
@@ -552,7 +552,7 @@ can be very useful to enable "early printk", which will print messages to the
console if the kernel crashes very early. You can access this option at "Early
printk" in the "Kernel hacking" submenu.
-<img src="http://riscv.org/install-guides/linux-menuconfig.png" />
+<img src="doc/linux-menuconfig.png" />
_Linux kernel menuconfig interface._
@@ -618,7 +618,7 @@ Enter the configuration interface much in the same way as that of the Linux kern
O$ make menuconfig
-<img src="http://riscv.org/install-guides/busybox-menuconfig.png" />
+<img src="doc/busybox-menuconfig.png" />
_BusyBox menuconfig interface. Looks familiar, eh?_
@@ -757,7 +757,7 @@ applets. Have fun!
To exit the simulator, hit `Ctrl-C`.
-<img src="http://riscv.org/install-guides/linux-boot.png"/>
+<img src="doc/linux-boot.png"/>
_Linux boot and "Hello world!"_