diff --git a/docs/aws.md b/docs/aws.md index 84ab5c448f..3de628e3cc 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -540,7 +540,7 @@ and the Batch Execution Role. :::{note} Nextflow uses [s5cmd](https://github.com/peak/s5cmd) to download the task input data and upload the task outputs. -To enable this capability, you need to enable the Wave service in the Nextflow configuration, as shown in the above example. See {ref}Wave documentation for more details. +To enable this capability, you need to enable the Wave service in the Nextflow configuration, as shown in the above example. See {ref}`Wave ` documentation for more details. ::: ## Advanced configuration diff --git a/docs/azure.md b/docs/azure.md index 61269e43ac..57787bd5bf 100644 --- a/docs/azure.md +++ b/docs/azure.md @@ -155,7 +155,7 @@ Replacing `` with a pipeline name e.g. `nextflow-io/rnaseq-nf` an See the [Batch documentation](https://docs.microsoft.com/en-us/azure/batch/quick-create-portal) for further details about the configuration for Azure Batch. -### Pools configuration +### Autopools When using the `autoPoolMode` option, Nextflow automatically creates a `pool` of compute nodes appropriate for your pipeline.