diff --git a/README.md b/README.md index 467c4a7..f4f2474 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ to explore ArgoCD and GitOps! | [sock-shop](sock-shop/) | A microservices demo application (https://microservices-demo.github.io) | | [plugins](plugins/) | Applications which demonstrate config management plugins usage | | [blue-green](blue-green/) | Demonstrates how to implement blue-green deployment using [Argo Rollouts](https://github.com/argoproj/argo-rollouts) -| [applications.yaml](applications.yaml) | An application composed of other applications | +| [applications](applications/) | An application composed of other applications | diff --git a/applications.yaml b/applications/applications.yaml similarity index 100% rename from applications.yaml rename to applications/applications.yaml