diff --git a/README.md b/README.md index 59ef4d4..1a3381c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The minimum activities required for CD are: pipeline](https://www.informit.com/articles/article.aspx?p=1621865&seqNum=2#:~:text=%EE%94%80Buy-,What%20Is%20a%20Deployment%20Pipeline%3F,-At%20an%20abstract) is the only path to deploy to production and should be [definitive for deploy](./faq.md#why-should-the-pipeline-be-definitive-for-deploy) - [Always meets the organization's definition of deployable](https://www.youtube.com/watch?v=bHKHdp4H-8w) -- [Immutable artifact(./faq#what-is-an-immutable-artifact). No human changes after commit. +- [Immutable artifact](./faq#what-is-an-immutable-artifact). No human changes after commit. - All feature work stops when the pipeline is red - Production-like test environment - Rollback on-demand