X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5bf138526df5d0dd36888c019e2f16403329d5a1..fd178c88e1f61ca4e809073ee5baafa26986eb59:/doc/api/projects.html.textile.liquid diff --git a/doc/api/projects.html.textile.liquid b/doc/api/projects.html.textile.liquid index b1c74fe0d7..9aa3d85d4d 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.