From a4634925584e71e5d926f671248af5ce599d68df Mon Sep 17 00:00:00 2001 From: Bill Grant <39649812+billgrant@users.noreply.github.com> Date: Tue, 23 Jul 2019 11:08:32 -0400 Subject: [PATCH] Corrected github link --- docs/installation/2-netbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/2-netbox.md b/docs/installation/2-netbox.md index bd08c4f02..b1cc3776e 100644 --- a/docs/installation/2-netbox.md +++ b/docs/installation/2-netbox.md @@ -56,7 +56,7 @@ If `git` is not already installed, install it: Next, clone the **master** branch of the NetBox GitHub repository into the current directory: ```no-highlight -# git clone -b master https://github.com/digitalocean/netbox.git . +# git clone -b master https://github.com/netbox-community/netbox.git . Cloning into '.'... remote: Counting objects: 1994, done. remote: Compressing objects: 100% (150/150), done.