From ad09833cd2ff687d7f234db33b801482c962aabf Mon Sep 17 00:00:00 2001 From: quin lynch Date: Sun, 17 Oct 2021 08:47:18 -0300 Subject: [PATCH] Update docs.bat --- azure/docs.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/docs.bat b/azure/docs.bat index 504e12991..07fb88a46 100644 --- a/azure/docs.bat +++ b/azure/docs.bat @@ -1,5 +1,5 @@ ECHO clone docs-static -git clone git@github.com:discord-net/docs-static.git || EXIT /B 1 +git clone git@github.com:Discord-Net-Labs/docs.git || EXIT /B 1 ECHO remove old 'latest' ECHO Y | RMDIR /S docs-static\latest || EXIT /B 1