From 3bd527d071646f631aa050dd27755485fda9d41f Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Tue, 21 Jan 2020 15:12:45 -0600 Subject: [PATCH] Revert "update pulling data from the cloud example" --- public/static/docs/tutorials/deep/sharing-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/docs/tutorials/deep/sharing-data.md b/public/static/docs/tutorials/deep/sharing-data.md index 7e1be7ef97..ed6c2e2902 100644 --- a/public/static/docs/tutorials/deep/sharing-data.md +++ b/public/static/docs/tutorials/deep/sharing-data.md @@ -50,7 +50,7 @@ In order to reuse your data files, a colleague can pull data the same way from the master branch: ```dvc -$ git clone https://github.com/iterative/example-get-started.git +$ git clone https://github.com/dmpetrov/new_tag_classifier.git $ dvc pull ```