From 4fa2e85dde1db0505ba6725d35a5a5196116ea38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 24 Jul 2018 20:00:56 +0200 Subject: [PATCH] fix(docs): correct links to docker hub --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a096c7664..8f134ba89 100644 --- a/README.md +++ b/README.md @@ -113,12 +113,12 @@ variables. Example: ### Running pre-build docker image Official docker images are built and hosted on -[hub.docker.com](https://hub.docker.com/r/prymitive/unsee/). +[hub.docker.com](https://hub.docker.com/r/lmierzwa/unsee/). Images are built automatically for: -- release tags in git - `prymitive/unsee:vX.Y.Z` -- master branch commits - `prymitive/unsee:latest` +- release tags in git - `lmierzwa/unsee:vX.Y.Z` +- master branch commits - `lmierzwa/unsee:latest` #### Examples