From 17b312e14ec3ccbf4d6a863933cb4f2ae7e3af3c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 24 May 2017 05:09:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cfe82b..db3942d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ For background, please see the article ["Simple C++11 metaprogramming"](http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html). -The library should be placed in a subdirectory `libs/mp11` in a Boost distribution. There is reference documentation in `doc/html/mp11.html`. +The library should be placed in a subdirectory `libs/mp11` in a Boost distribution. There is [documentation](https://rawgit.com/pdimov/mp11/master/doc/html/mp11.html) in `doc/html/mp11.html`. Supported compilers: