Merge pull request #314 from glenfe/develop

Fix Boost library list links to Config documentation
This commit is contained in:
Glen Fernandes
2019-12-24 13:14:44 -05:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
"key": "config", "key": "config",
"name": "Config", "name": "Config",
"description": "Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users.", "description": "Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users.",
"documentation": "config.htm", "documentation": "doc/html/index.html",
"category": [ "category": [
"workarounds" "workarounds"
], ],