Merge branch 'master' into 2221-complete-docker
[arvados.git] / doc / user / tutorials / tutorial-keep.html.textile.liquid
index 44df0aad6353869d700901470b2a42acfda23c39..f487feb75f89db249aedbbd58b308fafe961b7d9 100644 (file)
@@ -11,7 +11,7 @@ h1. Storing and Retrieving data using Arvados Keep
 This tutorial introduces you to the Arvados file storage system.
 
 
-*This tutorial assumes that you are "logged into an Arvados VM instance":{{site.basedoc}}/user/getting_started/ssh-access.html#login, and have a "working environment.":{{site.basedoc}}/user/getting_started/check-environment.html*
+*This tutorial assumes that you are "logged into an Arvados VM instance":{{site.baseurl}}/user/getting_started/ssh-access.html#login, and have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html*
 
 The Arvados distributed file system is called *Keep*.  Keep is a content-addressable file system.  This means that files are managed using special unique identifiers derived from the _contents_ of the file, rather than human-assigned file names (specifically, the md5 hash).  This has a number of advantages:
 * Files can be stored and replicated across a cluster of servers without requiring a central name server.