From 42131ff5b7f8f6c1a08f91edfb64abc7c4f717bc Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sun, 23 Aug 2026 15:15:56 +0530 Subject: [PATCH] docs: fix two broken tutorial notebook links in README DTGS172 pointed at DTGS172_custom_scatterers_bacteria.ipynb and DTAT355 pointed at DTAT_387_types.ipynb; neither file exists. The actual notebooks are DTGS172_bacteria.ipynb and DTAT355_types.ipynb. Both the GitHub link and the Colab badge href were 404ing on each entry. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b71be91c..0b6fa0f4 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Here you find a series of notebooks providing an overview of the core features o Creating custom scatterers of arbitrary shapes. -- DTGS172 **[Simulating Bacteria](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/1-getting-started/DTGS172_custom_scatterers_bacteria.ipynb)** +- DTGS172 **[Simulating Bacteria](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/1-getting-started/DTGS172_bacteria.ipynb)** Creating custom scatterers in the shape of bacteria. @@ -232,7 +232,7 @@ This section provides a list of advanced tutorials. The primary focus of these t - DTAT353 **[deeptrack.statistics](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/3-advanced-topics/DTAT353_statistics.ipynb)** Open In Colab -- DTAT355 **[deeptrack.types](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/3-advanced-topics/DTAT_387_types.ipynb)** Open In Colab +- DTAT355 **[deeptrack.types](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/3-advanced-topics/DTAT355_types.ipynb)** Open In Colab - DTAT357 **[deeptrack.elementwise](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/3-advanced-topics/DTAT357_elementwise.ipynb)** Open In Colab