diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2016-07-09 19:48:14 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2016-07-09 19:48:14 +0200 |
commit | 6cfcd2e1baf314842714618adff16504a3f73789 (patch) | |
tree | 43dbd5963cafd1448f66a625ec292b73d876170f /src/vhdl | |
parent | f218907306bb64565ceecae98b1515f979b96737 (diff) | |
download | ghdl-6cfcd2e1baf314842714618adff16504a3f73789.tar.gz ghdl-6cfcd2e1baf314842714618adff16504a3f73789.tar.bz2 ghdl-6cfcd2e1baf314842714618adff16504a3f73789.zip |
Clean up links, repository-wide (#117)
* https: ieee.org
* https: readthedocs
* https: technet.com
* https: debian.org
* https: w3.org
* Fix or mark dead links
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/iirs.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads index aaf366f28..7fd10292a 100644 --- a/src/vhdl/iirs.ads +++ b/src/vhdl/iirs.ads @@ -25,7 +25,7 @@ package Iirs is -- This package defines the semantic tree and functions to handle it. -- The tree is roughly based on IIR (Internal Intermediate Representation), -- [AIRE/CE Advanced Intermediate Representation with Extensibility, - -- Common Environment. http://www.vhdl.org/aire/index.html ] + -- Common Environment. http://www.vhdl.org/aire/index.html [DEAD LINK] ] -- but oriented object features are not used, and sometimes, functions -- or fields have changed. |