aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorUnai Martinez-Corral <38422348+umarcor@users.noreply.github.com>2022-06-22 14:01:57 +0100
committerGitHub <noreply@github.com>2022-06-22 14:01:57 +0100
commitbf0f834e8036153fabdecdbf0a926764b523aaac (patch)
treeb3153b52965f2f1e1ff9d473fdd093a64e17b6a4 /scripts
parent79e241b79eef8c6364038cbc3608e792f31e6124 (diff)
parent2e6fe675cc871a8daa032caa588af0548f2b5dbd (diff)
downloadghdl-bf0f834e8036153fabdecdbf0a926764b523aaac.tar.gz
ghdl-bf0f834e8036153fabdecdbf0a926764b523aaac.tar.bz2
ghdl-bf0f834e8036153fabdecdbf0a926764b523aaac.zip
doc: fix outdated link in precompile vendor readme (#2106)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vendors/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/vendors/README.md b/scripts/vendors/README.md
index 4b3e90ec9..50018242c 100644
--- a/scripts/vendors/README.md
+++ b/scripts/vendors/README.md
@@ -8,7 +8,7 @@ vendor libraries, if the vendor tool is present on the computer.
There are also popular simulation and verification libraries like [OSVVM][osvvm]
and [UVVM][uvvm], which can be pre-compile, too.
-The compilation scripts are writen in the shell languages: PowerShell for Windows
+The compilation scripts are written in the shell languages: PowerShell for Windows
and Bash for Linux, MacOS, MSYS2/MinGW. The compile scripts can colorize the GHDL
warning and error lines with the help of grc/grcat ([generic colourizer][grc]).
@@ -17,7 +17,7 @@ warning and error lines with the help of grc/grcat ([generic colourizer][grc]).
[grc]: http://kassiopeia.juls.savba.sk/~garabik/software/grc.html
See the [GHDL Documentation](https://ghdl.github.io/ghdl) for a detailed
-documentation on how to use [Precompile Scripts](https://ghdl.github.io/ghdl/getting/PrecompileVendorPrimitives.html)
+documentation on how to use [Precompile Scripts](https://ghdl.github.io/ghdl/getting.html#precompile-vendor-primitives)
---------------------------------------------------------------------
@@ -106,7 +106,7 @@ the path to the GHDL executable can be specified with `--ghdl` (Bash) or
`-GHDL` (PoSh).
For a detailed documentation and all command line options see
-[Precompile Scripts](https://ghdl.github.io/ghdl/getting/PrecompileVendorPrimitives.html)
+[Precompile Scripts](https://ghdl.github.io/ghdl/getting.html#precompile-vendor-primitives)
---------------------------------------------------------------------