From 3adb211d1afb5d3b30de76532e95a62f9359ded1 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Mon, 5 Dec 2022 14:35:23 +0200 Subject: [PATCH] small edits (#398) --- docs/integrations/storage.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/integrations/storage.md b/docs/integrations/storage.md index 501e0ef3..14bb6922 100644 --- a/docs/integrations/storage.md +++ b/docs/integrations/storage.md @@ -185,9 +185,10 @@ content directly from code. See [Storage Examples](../guides/storage/examples_storagehelper.md). ### Path Substitution -The ClearML StorageManager supports local path substitution when fetching files.
-This is especially useful when managing data using [clearml-data](https://clear.ml/docs/latest/docs/clearml_data/clearml_data_cli)! If different data consumers have the data physically stored in different locations, path -substitution allows for registering the data into clearml-data once, and then storing it, and accessing it, in multiple locations. +The ClearML StorageManager supports local path substitution when fetching files. + +This is especially useful when managing data using [`clearml-data`](../clearml_data/clearml_data_cli.md)! If different data consumers have the data physically stored in different locations, path +substitution allows for registering the data into `clearml-data` once, and then storing and accessing it in multiple locations. To enable path substitution, modify the clearml.conf file and configure: