Skip to content

Commit f0b72ac

Browse files
committed
docs: clarify the pipeline
1 parent 8a83138 commit f0b72ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The minimum activities required for CD are:
3939
- The [pipeline decides the releasability of changes](/minimumcd/deterministic/), its verdict is **definitive**
4040
- Artifacts created by the pipeline always meet the organization's [definition of deployable](/minimumcd/deployable/)
4141
- [Immutable artifact](/minimumcd/immutable/) (no human changes after commit)
42-
- [All feature work stops when the pipeline is red](/minimumcd/continuous-integration/all-feature-work-stops-when-the-build-is-red/)
42+
- [All feature work stops when the main pipeline is red](/minimumcd/continuous-integration/all-feature-work-stops-when-the-build-is-red/)
4343
- [Production-like test environment](/minimumcd/production-like-test-environment/)
4444
- [Rollback on-demand](/minimumcd/rollback/)
4545
- [Application configuration](/minimumcd/application-configuration/) deploys with artifact
@@ -54,7 +54,7 @@ The minimum activities required for CI are:
5454
- Work integrates to the trunk at a minimum daily
5555
- Work has automated testing before merge to trunk
5656
- Work is tested with other work automatically on merge
57-
- [All feature work stops when the build is red](/minimumcd/continuous-integration/all-feature-work-stops-when-the-build-is-red/)
57+
- [All feature work stops when the main build is red](/minimumcd/continuous-integration/all-feature-work-stops-when-the-build-is-red/)
5858
- New work does not break delivered work
5959

6060
## Trunk-based Development

0 commit comments

Comments
 (0)