aboutsummaryrefslogtreecommitdiffstats
path: root/doc/development
diff options
context:
space:
mode:
authorUnai Martinez-Corral <38422348+umarcor@users.noreply.github.com>2021-08-16 05:17:32 +0100
committerGitHub <noreply@github.com>2021-08-16 06:17:32 +0200
commitbbdff59e4e68e89033843f9344814c957b0b6250 (patch)
tree497d55fe128fea4368b95332dfcedf7a790fd03d /doc/development
parent4b9b6309698e604f6eb87c664f6128efd2b57547 (diff)
downloadghdl-bbdff59e4e68e89033843f9344814c957b0b6250.tar.gz
ghdl-bbdff59e4e68e89033843f9344814c957b0b6250.tar.bz2
ghdl-bbdff59e4e68e89033843f9344814c957b0b6250.zip
doc: announce v1.0 (#1840)
* doc: fix old refs to readthedocs * doc/news: v1.0 announcement
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/CodingStyle.rst2
-rw-r--r--doc/development/building/GCC.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/CodingStyle.rst b/doc/development/CodingStyle.rst
index 02870c88c..3c265da8b 100644
--- a/doc/development/CodingStyle.rst
+++ b/doc/development/CodingStyle.rst
@@ -227,7 +227,7 @@ Documentation configuration
* Create "parts" (LaTeX terminology / chapter headlines) in navigation bar. [:ghdlsharp:`200`]
* Intersphinx files [:ghdlsharp:`200`]
- * To decompress the inventory file: `curl -s http://ghdl.readthedocs.io/en/latest/objects.inv | tail -n+5 | openssl zlib -d`. From `how-to-uncompress-zlib-data-in-unix <http://unix.stackexchange.com/questions/22834/how-to-uncompress-zlib-data-in-unix>`_.
+ * To decompress the inventory file: ``curl -s http://ghdl.github.io/ghdl/objects.inv | tail -n+5 | openssl zlib -d``. From `how-to-uncompress-zlib-data-in-unix <http://unix.stackexchange.com/questions/22834/how-to-uncompress-zlib-data-in-unix>`_.
* External ref and link to section::
:ref:`GHDL Roadmap <ghdl:CHANGE:Roadmap>`
diff --git a/doc/development/building/GCC.rst b/doc/development/building/GCC.rst
index 4f45eaf31..523d25e25 100644
--- a/doc/development/building/GCC.rst
+++ b/doc/development/building/GCC.rst
@@ -9,7 +9,7 @@ GCC backend
* GCC (Gnu Compiler Collection)
* GNAT (Ada compiler for GCC)
-* GCC source files. Download and untar the sources of version 4.9.x, 5.x, 6.x, 7.x, 8.x, 9.x or 10.x (`GCC mirror sites <https://gcc.gnu.org/mirrors.html`__).
+* GCC source files. Download and untar the sources of version 4.9.x, 5.x, 6.x, 7.x, 8.x, 9.x, 10.x or 11.x (`GCC mirror sites <https://gcc.gnu.org/mirrors.html>`__).
.. HINT :: There are some dependencies for building GCC (``gmp``, ``mpfr`` and ``mpc``). If you have not installed them on your system, you can either build them manually or use the ``download_prerequisites`` script provided in the GCC source tree (recommended): ``cd /path/to/gcc/source/dir && ./contrib/download_prerequisites``.