test: add lint rule for empty links

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-02-01 16:01:46 +01:00
parent 6225724f32
commit dc379cf085
2 changed files with 2 additions and 1 deletions

View File

@ -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": {

View File

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