diff --git a/bolt/docs/doxygen-mainpage.dox b/bolt/docs/doxygen-mainpage.dox index fd72404247a6..2306507db0eb 100644 --- a/bolt/docs/doxygen-mainpage.dox +++ b/bolt/docs/doxygen-mainpage.dox @@ -6,8 +6,8 @@ /// This documentation describes the **internal** software that makes /// up BOLT, not the **external** use of BOLT. There are no instructions /// here on how to use BOLT, only the APIs that make up the software. For -/// usage instructions, please see the [project website](https://github.com/facebookincubator/BOLT/tree/main/bolt) -/// for further detail. +/// usage instructions, please see the [README](@ref md_README) for further +/// detail. /// /// \section main_caveat Caveat /// This documentation is generated directly from the source code with doxygen. diff --git a/bolt/docs/doxygen.cfg.in b/bolt/docs/doxygen.cfg.in index 7ac35cf90e44..2913285c55cf 100644 --- a/bolt/docs/doxygen.cfg.in +++ b/bolt/docs/doxygen.cfg.in @@ -748,6 +748,8 @@ WARN_LOGFILE = INPUT = @abs_top_srcdir@/../include/ \ @abs_top_srcdir@/../lib/ \ @abs_top_srcdir@/../runtime/ \ + @abs_top_srcdir@/../tools/ \ + @abs_top_srcdir@/../README.md \ @abs_top_srcdir@/doxygen-mainpage.dox # This tag can be used to specify the character encoding of the source files