diff --git a/README.rst b/README.rst
index 49901c5d..84a23bb9 100644
--- a/README.rst
+++ b/README.rst
@@ -13,7 +13,7 @@ The Documentation starter pack includes:
* Build checks for links, spelling, and inclusive language
* Customisation support layered over a core configuration
-See the full documentation: https://canonical-starter-pack.readthedocs-hosted.com/use-canonical-sphinx-extension/
+See the full documentation: https://canonical-starter-pack.readthedocs-hosted.com/
Structure
---------
@@ -45,4 +45,4 @@ This directory contains files used to test the functionality of the starter pack
.. LINKS
-.. _`Sphinx`: https://www.sphinx-doc.org/
\ No newline at end of file
+.. _`Sphinx`: https://www.sphinx-doc.org/
diff --git a/init.sh b/init.sh
index 9a5ed392..64a2fb8a 100755
--- a/init.sh
+++ b/init.sh
@@ -50,7 +50,7 @@ temp_directory="temp-starter-pack-$(date +%Y%m%d%H%M%S)"
# Clone the starter pack repository into the temporary directory and de-git it
echo "Cloning the starter pack repository..."
-git clone --depth 1 -b extension-main-combined --single-branch https://github.com/canonical/starter-pack "$temp_directory"
+git clone --depth 1 -b main --single-branch https://github.com/canonical/starter-pack "$temp_directory"
rm -rf "$temp_directory/.git"
# Update workflow and documentation files based on the installation directory
diff --git a/sp-files/contributing.rst b/sp-files/contributing.rst
index 27dc76f1..1e32f898 100644
--- a/sp-files/contributing.rst
+++ b/sp-files/contributing.rst
@@ -263,14 +263,6 @@ It is based on the `Canonical starter pack
`_
and hosted on `Read the Docs `_.
-For general guidance,
-refer to the `starter pack guide
-`_.
-
-For syntax help and guidelines,
-refer to the `Canonical style guides
-`_.
-
In structuring,
the documentation employs the `Diátaxis `_ approach.