From a7269dab552187d61444a85505fe9586b1d4bdb7 Mon Sep 17 00:00:00 2001 From: JulioV Date: Tue, 8 Dec 2020 15:31:34 -0500 Subject: [PATCH] Fix Configuration broken link --- docs/setup/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/configuration.md b/docs/setup/configuration.md index f3116672..d497afd8 100644 --- a/docs/setup/configuration.md +++ b/docs/setup/configuration.md @@ -10,7 +10,7 @@ You need to follow these steps to configure your RAPIDS deployment before you ca 5. Modify your [device data source configuration](#device-data-source-configuration) 6. Select what [sensors and features](#sensor-and-features-to-process) you want to process -When you are done with this configuration, go to [executing RAPIDS](setup/execution). +When you are done with this configuration, go to [executing RAPIDS](../execution). !!! hint Every time you see `config["KEY"]` or `[KEY]` in these docs we are referring to the corresponding key in the `config.yaml` file.