mirror of https://github.com/docker/docs.git
test: add lint rule for empty links
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
6225724f32
commit
dc379cf085
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue