From 1f122750eed462c63b0647227aa7b64ee56e20a1 Mon Sep 17 00:00:00 2001 From: Ash O'Farrell Date: Mon, 29 Sep 2025 17:40:25 -0700 Subject: [PATCH] Fix dead internal links I didn't check the whole repo, only the backends stuff on this particular page --- docs/RuntimeAttributes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/RuntimeAttributes.md b/docs/RuntimeAttributes.md index 4461d5da433..447f875d360 100644 --- a/docs/RuntimeAttributes.md +++ b/docs/RuntimeAttributes.md @@ -44,7 +44,7 @@ Cromwell recognizes certain runtime attributes and has the ability to format the > **Note 1** > -> Partial support. See [TES documentation](/backends/TES) for details. +> Partial support. See [TES documentation](backends/TES) for details. > **Note 2** > @@ -52,7 +52,7 @@ Cromwell recognizes certain runtime attributes and has the ability to format the > **Note 3** > -> The HPC [Shared Filesystem backend](/backends/HPC#shared-filesystem) (SFS) is fully configurable and any number of attributes can be exposed. Cromwell recognizes some of these attributes (`cpu`, `memory` and `docker`) and parses them into the attribute listed in the table which can be used within the HPC backend configuration. +> The HPC [Shared Filesystem backend](backends/HPC#shared-filesystem) (SFS) is fully configurable and any number of attributes can be exposed. Cromwell recognizes some of these attributes (`cpu`, `memory` and `docker`) and parses them into the attribute listed in the table which can be used within the HPC backend configuration. ### Google Cloud Specific Attributes @@ -89,7 +89,7 @@ task runtime_test { } ``` -HPC backends may define other configurable runtime attributes beyond the five listed, to find out more visit the [SunGridEngine](/backends/SGE) tutorial. +HPC backends may define other configurable runtime attributes beyond the five listed, to find out more visit the [SunGridEngine](backends/SGE) tutorial. ## Default Values