@@ -150,8 +150,8 @@ An advanced alternate to [Add Files](/doc/get-started/add-files) step of the
150150_ Get Started_ section is to use ` dvc import-url ` :
151151
152152``` dvc
153- $ dvc import-url https://dvc.org/s3/get-started/data.xml data/data.xml
154- Importing 'https://dvc.org/s3/get-started/data.xml' -> 'data/data.xml'
153+ $ dvc import-url https://dvc.org/s3/data/ get-started/data.xml data/data.xml
154+ Importing 'https://dvc.org/s3/data/ get-started/data.xml' -> 'data/data.xml'
155155[##############################] 100% data.xml
156156[##############################] 100% data.xml
157157
@@ -172,7 +172,7 @@ md5: 61e80c38c1ce04ed2e11e331258e6d0d
172172wdir : .
173173deps :
174174 - etag : ' "f432e270cd634c51296ecd2bc2f5e752-5"'
175- path : https://dvc.org/s3/get-started/data.xml
175+ path : https://dvc.org/s3/data/ get-started/data.xml
176176outs :
177177 - md5 : a304afb96060aad90176268345e10355
178178 path : data/data.xml
@@ -210,7 +210,7 @@ life, the data file will probably be on a remote server.) Run these commands:
210210` ` ` dvc
211211$ mkdir /tmp/dvc-import-url-example
212212$ cd /tmp/dvc-import-url-example/
213- $ wget https://dvc.org/s3/get-started/data.xml
213+ $ wget https://dvc.org/s3/data/ get-started/data.xml
214214$ cd - # to go back to the project
215215` ` `
216216
@@ -252,7 +252,7 @@ Let's now manually reproduce
252252_Get Started_ project. Download the sample source code archive and unzip it :
253253
254254` ` ` dvc
255- $ wget https://dvc.org/s3/get-started/code.zip
255+ $ wget https://dvc.org/s3/code/ get-started/code.zip
256256$ unzip code.zip
257257$ rm -f code.zip
258258` ` `
0 commit comments