DOC: README: Fix broken link in migrator

A stray space in the link for the migrator repository wasn't allowing it
to be rendered properly in markdown viewers. Remove such a space to
avoid this.

Signed-off-by: Santiago Torres-Arias <torresariass@gmail.com>
This commit is contained in:
Santiago Torres 2017-04-05 19:18:48 -04:00
parent 0700fa570d
commit 364d2e4a5b
No known key found for this signature in database
GPG Key ID: 468F122CE8162295
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ may be the better choice.
For those who have previously deployed their own registry based on the Registry
1.0 implementation and wish to deploy a Registry 2.0 while retaining images,
data migration is required. A tool to assist with migration efforts has been
created. For more information see [docker/migrator]
(https://github.com/docker/migrator).
created. For more information see [docker/migrator](https://github.com/docker/migrator).
## Contribute