Fix dataset page link

This commit is contained in:
alnoam 2022-06-30 21:19:53 +03:00
parent 10d9a17704
commit 4eefe35505

View File

@ -26,7 +26,7 @@ Dataset changes are stored using differentiable storage, meaning a version will
Local copies of datasets are always cached, so the same data never needs to be downloaded twice. Local copies of datasets are always cached, so the same data never needs to be downloaded twice.
When a dataset is pulled it will automatically pull all parent datasets and merge them into one output folder for you to work with. When a dataset is pulled it will automatically pull all parent datasets and merge them into one output folder for you to work with.
The [Dataset Versions](../webapp/pipelines/webapp_pipeline_viewing.md) page in the web UI displays dataset versions' The [Dataset Versions](../webapp/datasets/webapp_dataset_viewing.md) page in the web UI displays dataset versions'
lineage and content information. See [dataset UI](../webapp/datasets/webapp_dataset_page.md) for more details. lineage and content information. See [dataset UI](../webapp/datasets/webapp_dataset_page.md) for more details.
## Setup ## Setup