aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorScott Beamer <sbeamer@eecs.berkeley.edu>2014-09-04 12:55:27 -0700
committerScott Beamer <sbeamer@eecs.berkeley.edu>2014-09-04 12:55:27 -0700
commitd2f28b97ab8ccfb8ce92e34db5ae46112b41fbf9 (patch)
tree36d62b877fa02f6da27b24f85f022eefb6426a80 /README.md
parent6107798d3c7ab6423706d1e96323dee7cb2ed337 (diff)
downloadriscv-tools-d2f28b97ab8ccfb8ce92e34db5ae46112b41fbf9.zip
riscv-tools-d2f28b97ab8ccfb8ce92e34db5ae46112b41fbf9.tar.gz
riscv-tools-d2f28b97ab8ccfb8ce92e34db5ae46112b41fbf9.tar.bz2
fix anchors in readme
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 3c22ba0..496ca9f 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Three guides are available for this repo:
===========================================================================
-#<a id="quickstart"></a> Quickstart:
+# <a name="quickstart"></a>Quickstart:
```sh
$ git submodule update --init --recursive
@@ -36,7 +36,7 @@ $ CC=gcc-4.8 CXX=g++-4.8 ./build.sh
===========================================================================
-# <a id="newlibman"></a>The RISC-V GCC/Newlib Toolchain Installation Manual
+# <a name="newlibman"></a>The RISC-V GCC/Newlib Toolchain Installation Manual
This document was authored by [Quan Nguyen](http://ocf.berkeley.edu/~qmn) and is a mirrored version (with slight modifications) of the one found at [Quan's OCF
website](http://ocf.berkeley.edu/~qmn/linux/install-newlib.html). Recent updates were made by Sagar Karandikar.
@@ -262,7 +262,7 @@ I know, I've been there too. Good luck!
-# <a id="linuxman"></a> The Linux/RISC-V Installation Manual
+# <a name="linuxman"></a> The Linux/RISC-V Installation Manual
## Introduction