From 3fdb073fc2c203f50aef1668382e5d397e081b08 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Tue, 24 Dec 2019 07:53:31 -0500 Subject: [PATCH] Fix Boost library list links to Config documentation --- meta/libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/libraries.json b/meta/libraries.json index 2d3fbcc9..d1177742 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -2,7 +2,7 @@ "key": "config", "name": "Config", "description": "Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users.", - "documentation": "config.htm", + "documentation": "doc/html/index.html", "category": [ "workarounds" ],