From bdc52d3729009018cc2d95510a5c4f2cc86acab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Mon, 11 Sep 2017 15:40:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fixes=20the=20URL=20to=20t?= =?UTF-8?q?he=20repo=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12b6b09..dfe747c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Images built using this code are released to [Docker Hub](https://hub.docker.com To get NetBox up and running: ``` -$ git clone -b master https://github.com/digitalocean/netbox-docker.git +$ git clone -b master https://github.com/ninech/netbox-docker.git $ cd netbox-docker $ docker-compose up -d ```