From b24b7f6d6236534cb016637b06b1fdcd7d097d42 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 17 Apr 2021 18:16:22 +0300 Subject: [PATCH] Update links to docs in Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f064335..b3f4141 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a C++14 library for very basic reflection that gives you access to structure elements by index and provides other `std::tuple` like methods for user defined types without any macro or boilerplate code. -[Latest documentation](http://apolukhin.github.com/magic_get/index.html) +[Latest documentation](https://www.boost.org/doc/libs/develop/doc/html/boost_pfr.html) ### Test results @@ -94,7 +94,7 @@ my_struct has 2 fields: {"Das ist fantastisch!", 100} ### Requirements and Limitations -[See docs](http://apolukhin.github.com/magic_get/index.html). +[See docs](https://www.boost.org/doc/libs/develop/doc/html/boost_pfr.html). ### License