@@ -34,8 +34,8 @@ class CoursesCourseWorkRubrics extends \Google\Service\Resource
3434 /**
3535 * Creates a rubric. The requesting user and course owner must have rubrics
3636 * creation capabilities. For details, see [licensing requirements](https://deve
37- * lopers.google.com/classroom/rubrics/limitations#license-requirements). For
38- * further details, see [Rubrics structure and known
37+ * lopers.google.com/workspace/ classroom/rubrics/limitations#license-
38+ * requirements). For further details, see [Rubrics structure and known
3939 * limitations](/classroom/rubrics/limitations). This request must be made by
4040 * the Google Cloud console of the [OAuth client
4141 * ID](https://support.google.com/cloud/answer/6158849) used to create the
@@ -64,15 +64,15 @@ public function create($courseId, $courseWorkId, Rubric $postBody, $optParams =
6464 /**
6565 * Deletes a rubric. The requesting user and course owner must have rubrics
6666 * creation capabilities. For details, see [licensing requirements](https://deve
67- * lopers.google.com/classroom/rubrics/limitations#license-requirements). This
68- * request must be made by the Google Cloud console of the [OAuth client
69- * ID](https://support.google.com/cloud/answer/6158849) used to create the
70- * corresponding rubric. This method returns the following error codes: *
71- * `PERMISSION_DENIED` if the requesting developer project didn't create the
72- * corresponding rubric, or if the requesting user isn't permitted to delete the
73- * requested rubric. * `NOT_FOUND` if no rubric exists with the requested ID or
74- * the user does not have access to the course, course work, or rubric. *
75- * `INVALID_ARGUMENT` if grading has already started on the rubric.
67+ * lopers.google.com/workspace/ classroom/rubrics/limitations#license-
68+ * requirements). This request must be made by the Google Cloud console of the
69+ * [OAuth client ID](https://support.google.com/cloud/answer/6158849) used to
70+ * create the corresponding rubric. This method returns the following error
71+ * codes: * `PERMISSION_DENIED` if the requesting developer project didn't
72+ * create the corresponding rubric, or if the requesting user isn't permitted to
73+ * delete the requested rubric. * `NOT_FOUND` if no rubric exists with the
74+ * requested ID or the user does not have access to the course, course work, or
75+ * rubric. * `INVALID_ARGUMENT` if grading has already started on the rubric.
7676 * (rubrics.delete)
7777 *
7878 * @param string $courseId Required. Identifier of the course.
@@ -141,9 +141,9 @@ public function listCoursesCourseWorkRubrics($courseId, $courseWorkId, $optParam
141141 * can be updated. Rubric update capabilities are
142142 * [limited](/classroom/rubrics/limitations) once grading has started. The
143143 * requesting user and course owner must have rubrics creation capabilities. For
144- * details, see [licensing requirements](https://developers.google.com/classroom
145- * /rubrics/limitations#license-requirements). This request must be made by the
146- * Google Cloud console of the [OAuth client
144+ * details, see [licensing requirements](https://developers.google.com/workspace
145+ * /classroom/ rubrics/limitations#license-requirements). This request must be
146+ * made by the Google Cloud console of the [OAuth client
147147 * ID](https://support.google.com/cloud/answer/6158849) used to create the
148148 * parent course work item. This method returns the following error codes: *
149149 * `PERMISSION_DENIED` if the requesting developer project didn't create the
0 commit comments