diff --git a/docs/build/program/apis/cloud.md b/docs/build/program/apis/cloud.md index d973b85cd5..5133f666e8 100644 --- a/docs/build/program/apis/cloud.md +++ b/docs/build/program/apis/cloud.md @@ -1481,7 +1481,7 @@ Check validity of a list of permissions. - `permissions` [(List[viam.proto.app.AuthorizedPermissions])](https://python.viam.dev/autoapi/viam/proto/app/index.html#viam.proto.app.AuthorizedPermissions): A list of the resource permissions arguments to validate as authorized. For example, `“read_organization”` or `“control_robot”`. - See [GitHub](https://github.com/viamrobotics/app/blob/7ddb29e4dcb8cbca6c76c3acaeeb19c544028bd2/auth/models/models.go#L190) for the full list of permissions. + See [GitHub](https://github.com/viamrobotics/app/blob/main/auth/models/models.go#L190) for the full list of permissions. **Returns:**