From edff0b29da2dbb31d5ebbf2b933a7b9936d3f8ca Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Fri, 23 Feb 2024 20:49:15 -0600 Subject: [PATCH] Fix broken Quickbook link to "Expectation points" section. Fixes #112. --- doc/parser.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/parser.qbk b/doc/parser.qbk index e0c1e6e3..4cc0fc97 100644 --- a/doc/parser.qbk +++ b/doc/parser.qbk @@ -209,7 +209,7 @@ [def _parse_ctx_ [link boost_parser__proposed_.tutorial.the_parse_context The Parse Context]] [def _rule_parsers_ [link boost_parser__proposed_.tutorial.rule_parsers Rule Parsers]] [def _parsing_structs_ [link boost_parser__proposed_.tutorial.parsing_into__struct_s_and__class_es Parsing into `struct`s and `class`es]] -[def _expect_pts_ [link boost_parser__proposed_.tutorial.backtracking.html#boost_parser__proposed_.tutorial.backtracking.expectation_points Expectation points]] +[def _expect_pts_ [link boost_parser__proposed_.tutorial.backtracking.expectation_points Expectation points]] [def _attr_gen_ [link boost_parser__proposed_.tutorial.attribute_generation Attribute Generation]] [def _directives_ [link boost_parser__proposed_.tutorial.directives Directives]] [def _eh_debugging_ [link boost_parser__proposed_.tutorial.error_handling_and_debugging Error Handling and Debugging]]