aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-20 06:42:54 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-21 07:36:47 +0100
commitf5a7bbaad18c7d7e556cfda0c12339fc06dc8649 (patch)
tree7146b9c625ab2304456098555c3939f5e2266536 /README.md
parent32d6bd2439f8a4fc054beec320cf03b7e89f9de1 (diff)
downloadghdl-f5a7bbaad18c7d7e556cfda0c12339fc06dc8649.tar.gz
ghdl-f5a7bbaad18c7d7e556cfda0c12339fc06dc8649.tar.bz2
ghdl-f5a7bbaad18c7d7e556cfda0c12339fc06dc8649.zip
Update urls in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7665b579..6839125b0 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Periodically (not regularly), several binary distributions are made available th
In order to follow the traditional way to `configure` and `make`, you need the GNU Ada compiler, GNAT GPL, 2014 (or later) for x86 (32 or 64 bits). GNAT GPL can be downloaded anonymously from [libre.adacore.com](http://libre.adacore.com/tools/gnat-gpl-edition/). Then, untar and run the *doinstall* script.
-*Depending on the OS and distribution you are using, you will also need to install some toolchain dependencies, such as `zlib`. See '[Building](http://ghdl.readthedocs.io/en/latest/building/index.html)' for specific package names.*
+*Depending on the OS and distribution you are using, you will also need to install some toolchain dependencies, such as `zlib`. See '[Building](http://ghdl.readthedocs.io/en/latest/building/Building.html)' for specific package names.*
In the GHDL base directory, configure and build:
```sh