fix links, rename orvos
authorTom Clegg <tom@clinicalfuture.com>
Wed, 10 Apr 2013 20:41:43 +0000 (13:41 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 10 Apr 2013 20:41:43 +0000 (13:41 -0700)
doc/api/Jobs.textile
doc/api/Links.textile
doc/api/methods.textile

index 9502b78e4a28e2569932ae3318a96c5c05f6fc87..08ac010f55657712237a23d0e69553657ece9b9d 100644 (file)
@@ -14,9 +14,9 @@ Applications submit compute jobs when:
 
 h2. Methods
 
-See [[API REST Methods|REST methods for working with Orvos resources]]
+See "REST methods for working with Orvos resources":methods.html
 
-API endpoint base: @https://xyzzy.orvosapi.com/orvos/v1/jobs@
+API endpoint base: @https://xyzzy.arvados.org/arvados/v1/jobs@
 
 h2. Additional parameters for "Create" method
 
@@ -26,7 +26,7 @@ table(table table-bordered table-condensed).
 
 h2. Resource
 
-Each job has, in addition to the usual [[API Resources|attributes of Orvos resources]]:
+Each job has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
 |*Property name*|*Type*|*Description*|*Notes*|
index 3717a1ad3bb5ce39412cbaf5f90cbd1d879f0936..a34fc5d2a48edb2f5f976ffac0a6b88422de1b9a 100644 (file)
@@ -7,7 +7,7 @@ navorder: 10
 
 h1. Links
 
-Links encode connections between Orvos objects, and from objects to primitives.  Each metadata object has a tail (subject), class, name, properties, and head (object or value).
+Links encode connections between Arvados objects, and from objects to primitives.  Each metadata object has a tail (subject), class, name, properties, and head (object or value).
 
 table(table table-bordered table-condensed).
 |tail (object)| _class, name_ 
@@ -16,13 +16,13 @@ table(table table-bordered table-condensed).
 
 h2. Methods
 
-See [[API REST Methods|REST methods for working with Orvos resources]]
+See "REST methods for working with Arvados resources":methods.html
 
-API endpoint base: @https://xyzzy.orvosapi.com/orvos/v1/links@
+API endpoint base: @https://xyzzy.arvados.org/arvados/v1/links@
 
 h2. Resource
 
-Each link has, in addition to the usual [[API Resources|attributes of Orvos resources]]:
+Each link has, in addition to the usual "attributes of Arvados resources":resources.html:
 
 table(table table-bordered table-condensed).
 |*Attribute*|*Type*|*Description*|
index 4caaf0306a9726f29b278253a37b2bcf18cdf447..dcea063ccc848fa42a37e509c5023af8982a573b 100644 (file)
@@ -1,7 +1,7 @@
 ---
 layout: default
 navsection: api
-title: Methods
+title: REST methods
 navorder: 3
 ---