From dc379cf0858d84c01116a9f3fcb66d936a2f1f5f Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:01:46 +0100 Subject: [PATCH] test: add lint rule for empty links Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- .markdownlint.json | 1 + content/admin/company/users.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.markdownlint.json b/.markdownlint.json index e2e4da8f9c..93b3f1de58 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -11,6 +11,7 @@ "no-space-in-emphasis": true, "no-space-in-code": true, "no-space-in-links": true, + "no-empty-links": true, "ol-prefix": {"style": "ordered"}, "no-reversed-links": true, "reference-links-images": { diff --git a/content/admin/company/users.md b/content/admin/company/users.md index 8f5f791361..5144baa442 100644 --- a/content/admin/company/users.md +++ b/content/admin/company/users.md @@ -12,4 +12,4 @@ You can manage users at the company-level in the Docker Admin Console. ## Manage members on a team -Use Docker Hub to add a member to a team or remove a member from a team. For more details, see [Manage members in Docker Hub](#). \ No newline at end of file +Use Docker Hub to add a member to a team or remove a member from a team. For more details, see [Manage members in Docker Hub](../organization/members.md#manage-members-on-a-team).