Merge branch '2488-jobs-pipeline-doc'
[arvados.git] / doc / install / create-standard-objects.html.textile.liquid
index e8018b215df54a149caaf91cded8d1b574741618..b56a503436d1bed7fa8973809706ed2951624898 100644 (file)
@@ -5,7 +5,7 @@ title: Create standard objects
 
 ...
 
-h1. Create standard objects
+
 
 h3. "All users" group
 
@@ -33,9 +33,7 @@ echo "Arvados repository uuid is $repo_uuid"
 
 read -rd $'\000' newlink <<EOF; arv link create --link "$newlink" 
 {
- "tail_kind":"arvados#group",
  "tail_uuid":"$all_users_group_uuid",
- "head_kind":"arvados#repository",
  "head_uuid":"$repo_uuid",
  "link_class":"permission",
  "name":"can_read"