Browse Source

Merge pull request #27481 from yuexiao-wang/fix-link-image-repo

Fix the link for sharing images via repositories
Vincent Demeester 8 years ago
parent
commit
043192137f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/commandline/tag.md

+ 1 - 1
docs/reference/commandline/tag.md

@@ -29,7 +29,7 @@ periods and dashes. A tag name may not start with a period or a dash and may
 contain a maximum of 128 characters.
 contain a maximum of 128 characters.
 
 
 You can group your images together using names and tags, and then upload them
 You can group your images together using names and tags, and then upload them
-to [*Share Images via Repositories*](../../tutorials/dockerrepos.md#contributing-to-docker-hub).
+to [*Share Images via Repositories*](https://docs.docker.com/docker-hub/repos/).
 
 
 # Examples
 # Examples