Skip to content

Commit

Permalink
Fix broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesgas committed Sep 3, 2024
1 parent 05db421 commit 36de2d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/apis/rest_api/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The rules API lets you create and manage rules in your organization.

## Rules

[Rules](/docs/pipelines/rules/overview) allow you to manage permissions between Buildkite resources.
[Rules](/docs/pipelines/rules) allow you to manage permissions between Buildkite resources.

A rule is used to specify that an action is allowed between a source resource (e.g. a pipeline) and a target resource (e.g. another pipeline). Rules allow you to break out of the defaults provided by Buildkite such as the isolation between [clusters](/docs/clusters/overview).

Expand Down Expand Up @@ -130,7 +130,7 @@ Required [request body properties](/docs/api#request-body-properties):
<tbody>
<tr>
<th><code>type</code></th>
<td>The rule type. Must match one of the [available rule types](/docs/pipelines/rules/overview#available-rule-types)<br>
<td>The rule type. Must match one of the [available rule types](/docs/pipelines/rules#available-rule-types)<br>
<em>Example:</em> <code>"pipeline.trigger_build.pipeline"</code></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion pages/clusters/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can create as many clusters as your require for your setup.
Learn more about working with clusters in [Manage clusters](/docs/clusters/manage-clusters).

> 📘 Pipeline triggering
> Pipelines associated with one cluster cannot trigger pipelines associated with another cluster, unless a [rule](/docs/pipelines/rules/overview) has been created to explicitly allow triggering between pipelines in different clusters.
> Pipelines associated with one cluster cannot trigger pipelines associated with another cluster, unless a [rule](/docs/pipelines/rules) has been created to explicitly allow triggering between pipelines in different clusters.
### How should I structure my queues

Expand Down

0 comments on commit 36de2d4

Please sign in to comment.