From 2b0b9009388d30acfce9e47811f2c11571eded83 Mon Sep 17 00:00:00 2001 From: Yurii Nakonechnyi Date: Mon, 14 Sep 2020 00:44:53 +0300 Subject: [PATCH] Updated README.md - Fixed broken links (#56) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80f020f..c12a22f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Mp11 is a C++11 metaprogramming library based on template aliases and variadic templates. It implements the approach outlined in the article -["Simple C++11 metaprogramming"](http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html) -and [its sequel](http://pdimov.com/cpp2/simple_cxx11_metaprogramming_2.html). +["Simple C++11 metaprogramming"](https://www.boost.org/doc/libs/1_74_0/libs/mp11/doc/html/simple_cxx11_metaprogramming.html) +and [its sequel](https://www.boost.org/doc/libs/1_74_0/libs/mp11/doc/html/simple_cxx11_metaprogramming_2.html). Mp11 is part of [Boost](http://boost.org/libs/mp11), starting with release 1.66.0. It however has no Boost dependencies and can be used standalone, as a Git submodule, for