From 36aff62c58ba35effaab914775fa571b8781e143 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 4 Jun 2018 11:18:05 -0400 Subject: [PATCH] change project base address Signed-off-by: Vincent Batts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16cc1f8..fb2aa7c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ dangerously simple webdav server for a local filesystem # Building ```bash -go get github.com/vbatts/srvdav +go get git.thisco.de/vbatts/srvdav ``` # Basic use