Skip to content

Commit dc379cf

Browse files
committed
test: add lint rule for empty links
Signed-off-by: David Karlsson <[email protected]>
1 parent 6225724 commit dc379cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.markdownlint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"no-space-in-emphasis": true,
1212
"no-space-in-code": true,
1313
"no-space-in-links": true,
14+
"no-empty-links": true,
1415
"ol-prefix": {"style": "ordered"},
1516
"no-reversed-links": true,
1617
"reference-links-images": {

content/admin/company/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ You can manage users at the company-level in the Docker Admin Console.
1212

1313
## Manage members on a team
1414

15-
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](#).
15+
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).

0 commit comments

Comments
 (0)