diff --git a/README.md b/README.md index 336ef31..8236554 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ 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. -Boost.PFR is a part of the [Boost C++ Libraries](https://github.com/boostorg). However, Boost.PFR is a header only library that does not depend on Boost. You can just copy the content of the "include" folder from the github into your project, and the library will work fine. +[Boost.PFR](https://boost.org/libs/pfr) is a part of the [Boost C++ Libraries](https://github.com/boostorg). However, Boost.PFR is a header only library that does not depend on Boost. You can just copy the content of the "include" folder from the github into your project, and the library will work fine. -For a version of the library without `boost::` namespace see https://github.com/apolukhin/pfr_non_boost +For a version of the library without `boost::` namespace see [PFR](https://github.com/apolukhin/pfr_non_boost). ### Test results diff --git a/doc/pfr.qbk b/doc/pfr.qbk index 4745b4d..357b9bb 100644 --- a/doc/pfr.qbk +++ b/doc/pfr.qbk @@ -169,7 +169,7 @@ Boost.PFR adds the following out-of-the-box functionality for aggregate initiali * methods for cooperation with `std::tuple` * methods to visit each field of the structure -Boost.PFR is a header only library that does not depend on Boost. You can just copy the content of the "include" folder [@https://github.com/boostorg/pfr from the github] into your project, and the library will work fine. +Boost.PFR is a header only library that does not depend on Boost. You can just copy the content of the "include" folder [@https://github.com/boostorg/pfr from the Boost.PFR github] into your project, and the library will work fine. For a version of the library without `boost::` namespace see [@https://github.com/apolukhin/pfr_non_boost PFR]. [caution Recommended C++ Standards are C++17 and above. Library requires at least C++14! Pre C++14 compilers (C++11, C++03...) are not supported]