From 910e44a4a60f4e2c90c0037d6ebb91907dcc2c0d Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 16 Mar 2021 21:40:07 +0100
Subject: [PATCH] chore: fix docs lint

---
 docs/usage/self-hosted-experimental.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/self-hosted-experimental.md b/docs/usage/self-hosted-experimental.md
index 8ab5fb75ab..1151bd65d6 100644
--- a/docs/usage/self-hosted-experimental.md
+++ b/docs/usage/self-hosted-experimental.md
@@ -47,4 +47,4 @@ If set to any string, Renovate will use this as the `user-agent` it sends with H
 ## RENOVATE_X_HARD_EXIT
 
 If set to any value, Renovate will use a "hard" `process.exit()` once all work is done, even if a sub-process is otherwise delaying Node.js from exiting.
-See https://github.com/renovatebot/renovate/issues/8660 for background on why this was created.
+See <https://github.com/renovatebot/renovate/issues/8660> for background on why this was created.
-- 
GitLab