diff --git a/content/en/docs/edp/deployment/basics/orchestration.md b/content/en/docs/edp/deployment/basics/orchestration.md index c0f5030..181d599 100644 --- a/content/en/docs/edp/deployment/basics/orchestration.md +++ b/content/en/docs/edp/deployment/basics/orchestration.md @@ -34,7 +34,7 @@ Orchestration systems perform the following tasks: In modern Platform Engineering, we distinguish three fundamental layers of orchestration: -### [Infrastructure Orchestration](infrastructure/) +### [Infrastructure Orchestration](../infrastructure/) Infrastructure Orchestration deals with the lowest level - the physical and virtual infrastructure layer. This includes: @@ -47,9 +47,9 @@ Infrastructure Orchestration deals with the lowest level - the physical and virt **Note**: Detailed documentation for Infrastructure Orchestration is maintained separately. -More details: [Infrastructure Orchestration →](infrastructure/) +More details: [Infrastructure Orchestration →](../infrastructure/) -### [Platform Orchestration](platform/) +### [Platform Orchestration](../otc/) Platform Orchestration focuses on deploying and managing the platform itself - the services and tools that development teams use. This includes: @@ -62,7 +62,7 @@ Platform Orchestration focuses on deploying and managing the platform itself - t **In IPCEI-CIS**: Platform orchestration is realized using the CNOE stack concept with ArgoCD and Forgejo. -More details: [Platform Orchestration →](platform/) +More details: [Platform Orchestration →](../otc/) ### [Application Orchestration](application/)