X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aec1081434d75a6bb73baf096139d1d214dd1f47..8d3cf07be66fb6b8a58c3999783ebc753c30428f:/doc/api/projects.html.textile.liquid diff --git a/doc/api/projects.html.textile.liquid b/doc/api/projects.html.textile.liquid index b1c74fe0d7..5cb630c434 100644 --- a/doc/api/projects.html.textile.liquid +++ b/doc/api/projects.html.textile.liquid @@ -11,7 +11,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 Arvados @projects@ are used to organize objects. Projects can contain @collections@, @container requests@, @workflows@, etc. Projects can also contain other projects. An object is part of a project if the @owner_uuid@ of the object is set to the uuid of the project. -Projects are implemented as a subtype of the Arvados @group@ object type, with @group_class@ set to the value "project". More information is available in the "groups API reference":/api/methods/groups.html. +Projects are implemented as a subtype of the Arvados @group@ object type, with @group_class@ set to the value "project". More information is available in the "groups API reference":{{ site.baseurl }}/api/methods/groups.html. Projects can be manipulated via Workbench, the cli tools, the SDKs, and the Arvados APIs. @@ -27,7 +27,7 @@ In this command, `zzzzz-tpzed-123456789012345` is a @user@ uuid, which is unusua Because the home project is a virtual project, other operations via the @groups@ API are not supported. -h2. Filter groups +h2(#filtergroups). Filter groups Filter groups are another type of virtual project. They are implemented as an Arvados @group@ object with @group_class@ set to the value "filter".