From 47ebae5868f88b11b6fda55b70a7b6df48b6c9d9 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Wed, 20 Nov 2019 18:50:45 -0600 Subject: [PATCH] use-cases: partitioned->split in data registry case per #795 and https://github.com/iterative/dvc.org/issues/795#issuecomment-556114361 --- static/docs/use-cases/data-registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/docs/use-cases/data-registry.md b/static/docs/use-cases/data-registry.md index eccaeedb15..adcc0a7990 100644 --- a/static/docs/use-cases/data-registry.md +++ b/static/docs/use-cases/data-registry.md @@ -49,7 +49,7 @@ Advantages of using a DVC **data registry** project: ## Example A dataset we use for several of our examples and tutorials contains 2800 images -of cats and dogs. We partitioned the dataset in two for our +of cats and dogs. We split the dataset in two for our [Versioning Tutorial](/doc/tutorials/versioning), and backed up the parts on a storage server, downloading them with `wget` in our examples. This setup was then revised to download the dataset with `dvc get` instead, so we created the