aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2016-07-09 19:48:14 +0200
committertgingold <tgingold@users.noreply.github.com>2016-07-09 19:48:14 +0200
commit6cfcd2e1baf314842714618adff16504a3f73789 (patch)
tree43dbd5963cafd1448f66a625ec292b73d876170f /src
parentf218907306bb64565ceecae98b1515f979b96737 (diff)
downloadghdl-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')
-rw-r--r--src/ghdldrv/ghdlprint.adb4
-rw-r--r--src/grt/fst/lz4.c2
-rw-r--r--src/grt/fst/lz4.h2
-rw-r--r--src/vhdl/iirs.ads2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb
index ca0722a78..97f54ebde 100644
--- a/src/ghdldrv/ghdlprint.adb
+++ b/src/ghdldrv/ghdlprint.adb
@@ -466,8 +466,8 @@ package body Ghdlprint is
end case;
--Put_Line ("<?xml version=""1.0"" encoding=""utf-8"" ?>");
--Put_Line("<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Strict//EN""");
- --Put_Line ("""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"">");
- --Put_Line ("<html xmlns=""http://www.w3.org/1999/xhtml"""
+ --Put_Line ("""https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"">");
+ --Put_Line ("<html xmlns=""https://www.w3.org/1999/xhtml"""
-- & " xml:lang=""en"">");
--Put_Line ("<head>");
end Put_Html_Header;
diff --git a/src/grt/fst/lz4.c b/src/grt/fst/lz4.c
index 39f176faf..398e785c1 100644
--- a/src/grt/fst/lz4.c
+++ b/src/grt/fst/lz4.c
@@ -27,7 +27,7 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
You can contact the author at :
- - LZ4 source repository : http://code.google.com/p/lz4/
+ - LZ4 source repository : https://github.com/Cyan4973/lz4
- LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c
*/
diff --git a/src/grt/fst/lz4.h b/src/grt/fst/lz4.h
index 44ada149e..6e64c99ab 100644
--- a/src/grt/fst/lz4.h
+++ b/src/grt/fst/lz4.h
@@ -28,7 +28,7 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
You can contact the author at :
- - LZ4 source repository : http://code.google.com/p/lz4/
+ - LZ4 source repository : https://github.com/Cyan4973/lz4
- LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c
*/
#pragma once
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.