diff --git a/pages/apis/descriptions/_rest_rule_uuid.md b/pages/apis/descriptions/_rest_rule_uuid.md index bdf3175b8f..97c4a3fac3 100644 --- a/pages/apis/descriptions/_rest_rule_uuid.md +++ b/pages/apis/descriptions/_rest_rule_uuid.md @@ -2,7 +2,7 @@ * From the **Rules** section of your **Organization Settings** page, accessed by selecting **Settings** in the global navigation of your organization in Buildkite. - * By running a [List rules](/docs/apis/rest-api/rules#list-rules) REST API query and obtaining this value from the `uuid` in the response associated with the rule type, source and target of the rule you wish to find (specified by the `name`, `source` and `target` values in the response). For example: + * By running a [List rules](/docs/apis/rest-api/rules#rules-list-rules) REST API query and obtaining this value from the `uuid` in the response associated with the rule type, source and target of the rule you wish to find (specified by the `name`, `source` and `target` values in the response). For example: ```bash curl -H "Authorization: Bearer $TOKEN" \ diff --git a/pages/pipelines/rules/manage_rules.md b/pages/pipelines/rules/manage_rules.md index f6f7003089..d2b9e355b9 100644 --- a/pages/pipelines/rules/manage_rules.md +++ b/pages/pipelines/rules/manage_rules.md @@ -2,7 +2,7 @@ ## Create a rule -Organization admins can create new rules using the [**Rules** page in **Organization settings**](#create-a-rule-using-the-buildkite-ui), as well as via the Buildkite [REST API](#create-a-rule-using-the-rest-api) and [GraphQL API](#create-a-rule-using-the-graphql-api). +Organization admins can create new rules using the **Rules** page in **Organization settings**, as well as via the Buildkite [REST API](/docs/apis/rest-api) and [GraphQL API](/docs/apis/graphql-api). ### Using the Buildkite interface @@ -85,7 +85,7 @@ where: ## Delete a rule -Organization admins can delete rules using the [**Rules** page in **Organization settings**](#delete-a-rule-using-the-buildkite-ui), as well as via the Buildkite [REST API](#delete-a-rule-using-the-rest-api) and [GraphQL API](#delete-a-rule-using-the-graphql-api). +Organization admins can delete rules using the **Rules** page in **Organization settings**, as well as via the Buildkite [REST API](/docs/apis/rest-api) and [GraphQL API](/docs/apis/graphql-api). ### Using the Buildkite interface diff --git a/vendor/emojis b/vendor/emojis index f113dde655..167b951209 160000 --- a/vendor/emojis +++ b/vendor/emojis @@ -1 +1 @@ -Subproject commit f113dde655aaba3d45515686215485cfeb3cb182 +Subproject commit 167b951209da2cefa9f1472b9367838faf80e9c3