Skip to content

Commit

Permalink
Fix link (#4697)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Fix link in step 3
(https://docs.getdbt.com/guides/custom-cicd-pipelines?step=3 ) of the
guide "Customizing CI/CD with custom pipelines guide".

It's pointing to itself when it should be pointing to step 2 of the
guide for the "prior page".

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
- [x] For [docs
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning),
review how to [version a whole
page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
and [version a block of
content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content).
  • Loading branch information
nghi-ly authored Jan 2, 2024
2 parents 7ae1178 + dab3bc8 commit 00f9219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/custom-cicd-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ This section is only for those projects that connect to their git repository usi

:::

The setup for this pipeline will use the same steps as the prior page. Before moving on, **follow steps 1-5 from the [prior page](https://docs.getdbt.com/guides/orchestration/custom-cicd-pipelines/3-dbt-cloud-job-on-merge)**
The setup for this pipeline will use the same steps as the prior page. Before moving on, follow steps 1-5 from the [prior page](https://docs.getdbt.com/guides/custom-cicd-pipelines?step=2).

### 1. Create a pipeline job that runs when PRs are created

Expand Down

0 comments on commit 00f9219

Please sign in to comment.