From 312355edebd5a95ed5226b367dc87498bcbbc0be Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Wed, 21 Aug 2024 15:34:42 +0100 Subject: [PATCH] Fix links --- docs/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index de13ce9b..0b2b287b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -47,7 +47,7 @@ This pattern works well on clusters where it is favourable to submit many small - Workloads in intaractive environments can scale up and down as users run code manually. - You don't need to wait for all nodes to be available before your workload starts, so jobs often start sooner. -To learn more see the `Dynamic Cluster documentation `_. +To learn more see the `Dynamic Cluster documentation `_. Batch Runners ------------- @@ -84,7 +84,7 @@ This pattern works well where large jobs are prioritised and node locality is im - Clusters comprised of one large allocation tends to be more reliable than many small allocations. - All processes have the same start and wall time. -To learn more see the `Batch Runner documentation `_. +To learn more see the `Batch Runner documentation `_. More details ------------