Skip to content

Add trailing slash to fix false positives with external link checker

Evan Read requested to merge eread/exclude-metrics-link-from-link-checks into main

Closes: technical-writing#568 (closed).

nanoc external link check can't handle https://metrics.gitlab.com/snowplow, which creates a lot of noise in the external link check: https://gitlab.com/gitlab-org/gitlab-docs/-/jobs/2185290800.

Adding a trailing / seems to fix it.

CC @cnorris @dianalogan @ngaskill

Edited by Evan Read

Merge request reports