-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
Description
Describe the bug
@craigtaverner has a link like this.
[`AVG`](../../esql-functions-operators.md#esql-avg)
where [esql-avg]
is defined in a snippet file
- The link works
- Build errors with
:: fail: Documentation.Builder.Log[0]
esql-avg does not exist in esql-functions-operators.md.
(/Users/craig/dev/elastic/asciidocalypse/docs/elasticsearch/docs/reference/query-languages/esql/_snippets/lists/aggregation-functions.md:1)
But clicking on AVG in either the dropdown list, or the list further down the page, works fine. So the links work. No idea why it prints this error.
Expected behavior
Should either fail with broken link or not fail given link works.
Steps to reproduce
- Create a snippet file with a custom anchor
- Include that in a parent file
- Link to that custom anchor from another page
Tooling
- docs-builder
- migration tooling
- I'm not sure