From b257b1e9a2d52542c5fe088a941c854b29f2a776 Mon Sep 17 00:00:00 2001 From: bburns632 Date: Wed, 9 Oct 2019 17:42:52 -0500 Subject: [PATCH] Update README.md update from UptakeOpenSource to current org name, uptake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dde1e1b..d741774 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ location and easily categorize and share it. 1. Build the docker image ``` -git clone https://github.com/UptakeOpenSource/updoc +git clone https://github.com/uptake/updoc cd updoc docker build -t updoc . ```