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/grt | |
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/grt')
-rw-r--r-- | src/grt/fst/lz4.c | 2 | ||||
-rw-r--r-- | src/grt/fst/lz4.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 |