From 5566339557c245a17c2b792f07a56dc88b5a8ff0 Mon Sep 17 00:00:00 2001 From: Chas Nelson Date: Wed, 15 May 2024 14:29:48 +0100 Subject: [PATCH] correct Git repo owner in getting-started.rst --- bugwarrior/docs/contributing/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugwarrior/docs/contributing/getting-started.rst b/bugwarrior/docs/contributing/getting-started.rst index 1e0cbcfb..b50e82a8 100644 --- a/bugwarrior/docs/contributing/getting-started.rst +++ b/bugwarrior/docs/contributing/getting-started.rst @@ -34,7 +34,7 @@ Next step -- get the code! :: - (bugwarrior)$ git clone git@github.com:ralphbean/bugwarrior.git + (bugwarrior)$ git clone git@github.com:GothenburgBitFactory/bugwarrior.git (bugwarrior)$ cd bugwarrior (bugwarrior)$ pip install -e .[all] (bugwarrior)$ which bugwarrior