aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-09-24 10:01:42 +0200
committerAdrian Kummerlaender2018-09-24 10:01:42 +0200
commit218123bcc40a82ec10bf4f1de372f72557aa0064 (patch)
treecf376a1fa965e8eb70e2507e7472e6d5a74299a7 /source/00_content/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
parentbf1c9fefa96804acb94be615757be3d5d019c1a2 (diff)
downloadblog.kummerlaender.eu-218123bcc40a82ec10bf4f1de372f72557aa0064.tar
blog.kummerlaender.eu-218123bcc40a82ec10bf4f1de372f72557aa0064.tar.gz
blog.kummerlaender.eu-218123bcc40a82ec10bf4f1de372f72557aa0064.tar.bz2
blog.kummerlaender.eu-218123bcc40a82ec10bf4f1de372f72557aa0064.tar.lz
blog.kummerlaender.eu-218123bcc40a82ec10bf4f1de372f72557aa0064.tar.xz
blog.kummerlaender.eu-218123bcc40a82ec10bf4f1de372f72557aa0064.tar.zst
blog.kummerlaender.eu-218123bcc40a82ec10bf4f1de372f72557aa0064.zip
Update code.kummerlaender.eu links
Diffstat (limited to 'source/00_content/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md')
-rw-r--r--source/00_content/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/00_content/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md b/source/00_content/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
index e2b4784..f536e4b 100644
--- a/source/00_content/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
+++ b/source/00_content/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
@@ -251,4 +251,4 @@ which basically is _just_ a large library of templates.
The next step in extending the templates explained in this article would probably be adapting the _BinaryMapping_ template to offer sliding window like iteration over larger buffers and extending
the supported data types.
-__Update:__ The current version of a small C++ template library extending the _BinaryMapping_ templates detailed in this article may be found on [Github](https://github.com/KnairdA/BinaryMapping/) or [cgit](http://code.kummerlaender.eu/BinaryMapping/).
+__Update:__ The current version of a small C++ template library extending the _BinaryMapping_ templates detailed in this article may be found on [Github](https://github.com/KnairdA/BinaryMapping/).