diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2017-12-20 14:56:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 14:56:33 +0100 |
commit | 31d547c38f1f77ac897f7278c264be601846aec9 (patch) | |
tree | 57f31064577a6b72abc5f37391ab43dc6d106258 /doc/building | |
parent | 1d61cbbd8743bdae358abf5b43c4a2456e13fc4c (diff) | |
parent | a176a33f0603ef75737f9cea4f272f143cc883cc (diff) | |
download | ghdl-31d547c38f1f77ac897f7278c264be601846aec9.tar.gz ghdl-31d547c38f1f77ac897f7278c264be601846aec9.tar.bz2 ghdl-31d547c38f1f77ac897f7278c264be601846aec9.zip |
Merge pull request #503 from 1138-4EB/update-refs-to-org
update tgingold/ghdl refs to ghdl/ghdl
Diffstat (limited to 'doc/building')
-rw-r--r-- | doc/building/Building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/building/Building.rst b/doc/building/Building.rst index b06548157..33d01bfb1 100644 --- a/doc/building/Building.rst +++ b/doc/building/Building.rst @@ -5,7 +5,7 @@ Building GHDL from Sources .. rubric:: Download -GHDL can be downloaded as a `zip-file <https://github.com/tgingold/ghdl/archive/master.zip>`_ +GHDL can be downloaded as a `zip-file <https://github.com/ghdl/ghdl/archive/master.zip>`_ (latest 'master' branch) or cloned with ``git clone`` from GitHub. GitHub offers HTTPS and SSH as transfer protocols. See the :ref:`RELEASE:Sources` page for further details. The installation directory is referred to as ``GHDLRoot``. |