Skip to content

Fix bare URL with formatting

Ash McKenzie requested to merge 1660-job-failed-3544663773 into main

What does this merge request do and why?

This tiny MR fixes the following linting error by formatting the bare URL:

$ make lint
Vale: ✔ 0 errors, 0 warnings and 0 suggestions in 82 files.
MarkdownLint: markdownlint-cli2-config v0.6.0 (markdownlint v0.27.0)
Finding: doc/**/*.md README.md
Linting: 79 file(s)
Summary: 1 error(s)
doc/howto/saml.md:61:67 MD034/no-bare-urls Bare URL used [Context: "https://<gitlab-host>:<gitlab-..."]
make: *** [markdownlint] Error 1

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Closes #1660 (closed)

Edited by Ash McKenzie

Merge request reports