Skip to content

Fix most instances of bare URLs in markdown

Evan Read requested to merge docs/fix-bare-urls into master

What does this MR do?

Changes most instances of bare URLs (that aren't wrapped) to use < > for true URLs, and ` ` for example URLs, to help the parser parse URLs and allow the markdown to pass this rule in markdownlint: https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md034---bare-url-used.

Other minor fixes present too. Some changed URLs where I detected existing URLs were being redirected.

Related issues

Relates to: https://gitlab.com/gitlab-com/gitlab-docs/issues/287.

Author's checklist

Review checklist

Merge request reports

Loading