Skip to content

Commit

Permalink
Fix url links
Browse files Browse the repository at this point in the history
  • Loading branch information
l-suzuki committed Aug 26, 2024
1 parent bdc8bc7 commit 77176f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/apis/descriptions/_rest_rule_uuid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
4 changes: 2 additions & 2 deletions pages/pipelines/rules/manage_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion vendor/emojis
Submodule emojis updated 3922 files

0 comments on commit 77176f9

Please sign in to comment.