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