aboutsummaryrefslogtreecommitdiff
path: root/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
commit7d937830c21636eddc67bd2b2479cb7a436a7657 (patch)
tree01b4f414950444d4d16c913f6428bd2e079147a5 /articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
parentfb97def289b1a59531ac12fd4f6131717b4a9499 (diff)
downloadblog_content-7d937830c21636eddc67bd2b2479cb7a436a7657.tar
blog_content-7d937830c21636eddc67bd2b2479cb7a436a7657.tar.gz
blog_content-7d937830c21636eddc67bd2b2479cb7a436a7657.tar.bz2
blog_content-7d937830c21636eddc67bd2b2479cb7a436a7657.tar.lz
blog_content-7d937830c21636eddc67bd2b2479cb7a436a7657.tar.xz
blog_content-7d937830c21636eddc67bd2b2479cb7a436a7657.tar.zst
blog_content-7d937830c21636eddc67bd2b2479cb7a436a7657.zip
Update code.kummerlaender.eu links
Diffstat (limited to 'articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md')
-rw-r--r--articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md b/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
index e2b4784..f536e4b 100644
--- a/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
+++ b/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/).