From 6cdc08f7d075138581398621605d465ef25f051e Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 24 Jul 2026 11:38:32 +0100 Subject: [PATCH] docs: link Colab introduction to workspace start --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0d53802..9a21b646 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [Installation Guide](https://pyautogalaxy.readthedocs.io/en/latest/installation/overview.html) | [readthedocs](https://pyautogalaxy.readthedocs.io/en/latest/index.html) | -[Introduction on Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.7.23.1/notebooks/imaging/start_here.ipynb) | +[Introduction on Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.7.23.1/start_here.ipynb) | [Browse Examples With Images](markdown/README.md) | [HowToGalaxy](https://github.com/PyAutoLabs/HowToGalaxy) @@ -21,7 +21,7 @@ The [**PyAutoGalaxy AI Assistant**](https://github.com/PyAutoLabs/autogalaxy_ass The following human-readable documentation and examples are also useful for new starters: - [Installation guide](https://pyautogalaxy.readthedocs.io/): set up **PyAutoGalaxy** on your personal computer. -- [PyAutoGalaxy on Google Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.7.23.1/notebooks/imaging/start_here.ipynb): try **PyAutoGalaxy** in a web browser without installing it. +- [PyAutoGalaxy on Google Colab](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.7.23.1/start_here.ipynb): try **PyAutoGalaxy** in a web browser without installing it. ## New Users @@ -30,7 +30,7 @@ overview of **PyAutoGalaxy**'s core features and API. This can be done via a web browser by going to the following Google Colab link: -https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.7.23.1/notebooks/imaging/start_here.ipynb +https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.7.23.1/start_here.ipynb Then checkout the [new user starting guide](https://pyautogalaxy.readthedocs.io/en/latest/overview/overview_2_new_user_guide.html) to navigate the workspace for your science case.