From c2db9179f54c62b44c8fdfcbf8bdb47362506428 Mon Sep 17 00:00:00 2001 From: Daniel Westwood <114070222+dwest77a@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:47:00 +0100 Subject: [PATCH] Update start.rst --- docs/source/start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/start.rst b/docs/source/start.rst index affd5cc..20e173a 100644 --- a/docs/source/start.rst +++ b/docs/source/start.rst @@ -8,10 +8,10 @@ Getting Started Step 0: Git clone the repository -------------------------------- -If you need to clone the repository, either simply clone the main branch of the repository (no branch specified) or check the latest version of the repository at github.com/cedadev/kerchunk-builder, which you can clone using: +If you need to clone the repository, either simply clone the main branch of the repository (no branch specified) or check the latest version of the repository at github.com/cedadev/padocc, which you can clone using: :: - git clone git@github.com:cedadev/kerchunk-builder.git --branch v1.1 + git clone git@github.com:cedadev/padocc.git Step 1: Set up Virtual Environment ----------------------------------