dotnet / docs-tools

This repo contains GitHub Actions and other tools that are designed to be invoked on DocFx repositories.
Creative Commons Attribution 4.0 International
16 stars 26 forks source link

[docs-verifier] False positive broken link when heading contains xref #275

Open gewarren opened 9 months ago

gewarren commented 9 months ago

This run contains a false positive for the following link:

Error: In file 'docs/fundamentals/networking/telemetry/metrics.md': Invalid link: '../../../core/diagnostics/metrics-collection.md#create-a-custom-collection-tool-using-the-net--api'.

However, the link is correct and the build itself is clean.

This is the heading itself - notice that it contains an xref link.

## Create a custom collection tool using the .NET <xref:System.Diagnostics.Metrics.MeterListener> API

gewarren commented 9 months ago

FYI @Youssef1313