diff --git a/content/v2.0/process-data/common-tasks/downsample-data.md b/content/v2.0/process-data/common-tasks/downsample-data.md index c03c7aa1d..93472b688 100644 --- a/content/v2.0/process-data/common-tasks/downsample-data.md +++ b/content/v2.0/process-data/common-tasks/downsample-data.md @@ -73,7 +73,7 @@ Again, this is a very basic example, but it should provide you with a foundation to build more complex downsampling tasks. ## Add your task -Once your task is ready, see [Create a task](#) for information about adding it to InfluxDB. +Once your task is ready, see [Create a task](/v2.0/process-data/manage-tasks/create-task) for information about adding it to InfluxDB. ## Things to consider - If there is a chance that data may arrive late, specify an `offset` in your diff --git a/content/v2.0/process-data/manage-tasks/view-tasks.md b/content/v2.0/process-data/manage-tasks/view-tasks.md index 1f13aae67..40f019b92 100644 --- a/content/v2.0/process-data/manage-tasks/view-tasks.md +++ b/content/v2.0/process-data/manage-tasks/view-tasks.md @@ -35,4 +35,5 @@ influx task find #### Filter tasks using the CLI Other filtering options such as filtering by organization or user, or limiting the number of tasks returned are available. -See the [`influx task find` documentation](#) for information about other available flags. +See the [`influx task find` documentation](/v2.0/reference/cli/influx/task/find) +for information about other available flags. diff --git a/content/v2.0/process-data/write-a-task.md b/content/v2.0/process-data/write-a-task.md index 53f73bd0d..acfb31a13 100644 --- a/content/v2.0/process-data/write-a-task.md +++ b/content/v2.0/process-data/write-a-task.md @@ -17,7 +17,7 @@ it in some way, then store the modified data in a new bucket or perform other ac This article walks through writing a basic InfluxDB task that downsamples data and stores it in a new bucket. -## Components of a Task +## Components of a task Every InfluxDB task needs the following four components. Their form and order can vary, but the are all essential parts of a task.