From 1282c7f65c1f5c2b23548edccd3a0d069e11b045 Mon Sep 17 00:00:00 2001
From: Teppei Sato <teppeis@gmail.com>
Date: Mon, 12 Mar 2018 01:00:54 +0900
Subject: [PATCH] fix wrong url (#1640)

docs: fix wrong url
---
 docs/self-hosting.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/self-hosting.md b/docs/self-hosting.md
index 11aa029acb..4d64746aac 100644
--- a/docs/self-hosting.md
+++ b/docs/self-hosting.md
@@ -12,7 +12,7 @@ $ npm install -g renovate
 
 #### Docker
 
-Renovate is available for Docker via an automated build [renovate/renovate](https://https://hub.docker.com/r/renovate/renovate/). It builds `latest` based on the `master` branch and all semver tags are published too. All the following are valid:
+Renovate is available for Docker via an automated build [renovate/renovate](https://hub.docker.com/r/renovate/renovate/). It builds `latest` based on the `master` branch and all semver tags are published too. All the following are valid:
 
 ```
 $ docker run renovate/renovate
-- 
GitLab