From 8a366d189792932c0f3b8057606703dd7b0d01a4 Mon Sep 17 00:00:00 2001 From: NimRegev Date: Wed, 12 Feb 2025 09:15:41 +0200 Subject: [PATCH] Fix broken links --- _docs/gitops-quick-start/create-app-ui.md | 2 +- .../dependency-multi-env-promotion.md | 4 ++-- _docs/gitops-quick-start/drag-and-drop.md | 4 ++-- _docs/gitops-quick-start/gitops-quick-start.md | 2 +- _docs/gitops-quick-start/multi-env-sequential-flow.md | 8 ++++---- .../gitops-quick-start/parallel-multi-env-promotion.md | 6 +++--- _docs/gitops-quick-start/policy-multi-env-promotion.md | 10 +++++----- _docs/gitops-quick-start/products.md | 8 ++++---- _docs/gitops-quick-start/quick-start-product-create.md | 4 ++-- .../quick-start-product-dashboard.md | 2 +- _docs/installation/gitops/hosted-runtime.md | 2 +- _docs/installation/gitops/managed-cluster.md | 2 +- _docs/products/promotion-flow-triggers.md | 2 +- _docs/products/promotion-version-properties.md | 2 +- _docs/products/releases-in-products.md | 2 +- _docs/promotions/create-promotion-sequence.md | 2 +- _docs/promotions/promotion-policy.md | 2 +- _docs/promotions/promotion-workflow.md | 2 +- _posts/2022-05-15-may-gitops.md | 2 +- 19 files changed, 34 insertions(+), 34 deletions(-) diff --git a/_docs/gitops-quick-start/create-app-ui.md b/_docs/gitops-quick-start/create-app-ui.md index 05c685171..af5982251 100644 --- a/_docs/gitops-quick-start/create-app-ui.md +++ b/_docs/gitops-quick-start/create-app-ui.md @@ -63,7 +63,7 @@ When you create the application, to use the resources, select the folder corresp ## Requirements * [GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/) * [Git Source]({{site.baseurl}}/docs/gitops-quick-start/create-git-source/) to store application manifests -* [Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/) +* [Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/) At least three environments for the different applications representing the basic stages in the SDLC diff --git a/_docs/gitops-quick-start/dependency-multi-env-promotion.md b/_docs/gitops-quick-start/dependency-multi-env-promotion.md index 4ee9ca5ff..833127412 100644 --- a/_docs/gitops-quick-start/dependency-multi-env-promotion.md +++ b/_docs/gitops-quick-start/dependency-multi-env-promotion.md @@ -37,8 +37,8 @@ We'll do the following: * [GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/) * [Git Source]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/create-git-source/) to store application manifests -* [Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/) -* [Products and applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) +* [Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/) +* [Products and applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) Each environment must have an application for the product. For example, `demo-trioapp-dev`, `demo-trioapp-qa`, and `demo-trioapp-prod`representing the development, testing, and production versions. The structure of the repos with the resources accessed by the applications must be consistent across all the three applications. diff --git a/_docs/gitops-quick-start/drag-and-drop.md b/_docs/gitops-quick-start/drag-and-drop.md index 950fc9d66..8cdb1004a 100644 --- a/_docs/gitops-quick-start/drag-and-drop.md +++ b/_docs/gitops-quick-start/drag-and-drop.md @@ -22,9 +22,9 @@ To view the current version of `demo-trioapp-dev`, see its [chart.yaml](https:// ## Requirements * [GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/) -* [Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/) +* [Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/) At least three environments for the different applications representing the basic stages in the SDLC -* [Products and applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) +* [Products and applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) At least three different applications representing the development, testing, and production versions diff --git a/_docs/gitops-quick-start/gitops-quick-start.md b/_docs/gitops-quick-start/gitops-quick-start.md index a53185ddb..655202321 100644 --- a/_docs/gitops-quick-start/gitops-quick-start.md +++ b/_docs/gitops-quick-start/gitops-quick-start.md @@ -45,7 +45,7 @@ We’ve provided an example GitHub repository containing all the applications an - * [Exploring the Product Dashboard for applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) + * [Exploring the Product Dashboard for applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) Add applications to your product and configure their source repositories, manifests, and deployment paths. --> ## Promoting applications diff --git a/_docs/gitops-quick-start/multi-env-sequential-flow.md b/_docs/gitops-quick-start/multi-env-sequential-flow.md index 9416fb473..dff3a9881 100644 --- a/_docs/gitops-quick-start/multi-env-sequential-flow.md +++ b/_docs/gitops-quick-start/multi-env-sequential-flow.md @@ -39,12 +39,12 @@ To follow along, you can use the following applications in the [example GitHub r ## Requirements -* [GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/) -* [Git Source]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/create-git-source/) to store application manifests -* [Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/) +* [GitOps Runtime]({{site.baseurl}}/docs/gitops-quick-start/runtime/) +* [Git Source]({{site.baseurl}}/docs/gitops-quick-start/create-git-source/) to store application manifests +* [Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/) For a Promotion Flow, you need at least three environments. Here we use `dev`, `qa`, and `prod`. -* [Products and applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) +* [Products and applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) Each environment must have an application for the product. For example, `demo-trioapp-dev`, `demo-trioapp-qa`, and `demo-trioapp-prod`representing the development, testing, and production versions. The structure of the repos with the resources accessed by the applications must be consistent across all the three applications. diff --git a/_docs/gitops-quick-start/parallel-multi-env-promotion.md b/_docs/gitops-quick-start/parallel-multi-env-promotion.md index f24df1f12..b5d5efde3 100644 --- a/_docs/gitops-quick-start/parallel-multi-env-promotion.md +++ b/_docs/gitops-quick-start/parallel-multi-env-promotion.md @@ -25,9 +25,9 @@ This quick start describes how to configure parallel promotions in Promotion Flo * [GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/) * [Git Source]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/create-git-source/) to store application manifests -* [Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/) -* [Products]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-product-create/) -* [Applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) +* [Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/) +* [Products]({{site.baseurl}}/docs/gitops-quick-start/quick-start-product-create/) +* [Applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) Each environment must have an application for the product. For example, `demo-trioapp-dev`, `demo-trioapp-qa`, and `demo-trioapp-prod`representing the development, testing, and production versions. The structure of the repos with the resources accessed by the applications must be consistent across all the three applications. diff --git a/_docs/gitops-quick-start/policy-multi-env-promotion.md b/_docs/gitops-quick-start/policy-multi-env-promotion.md index a1ca22dc9..54fdcdb72 100644 --- a/_docs/gitops-quick-start/policy-multi-env-promotion.md +++ b/_docs/gitops-quick-start/policy-multi-env-promotion.md @@ -42,17 +42,17 @@ TBD ## Requirements -* [GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/) -* [Git Source]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/create-git-source/) to store application manifests -* [Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/) +* [GitOps Runtime]({{site.baseurl}}/docs/quick-start/runtime/) +* [Git Source]({{site.baseurl}}/docs/gitops-quick-start/create-git-source/) to store application manifests +* [Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/) For a Promotion Flow, you need at least three environments. Here we use `dev`, `qa`, and `prod`. -* [Products and applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) +* [Products and applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) Each environment must have an application for the product. For example, `demo-trioapp-dev`, `demo-trioapp-qa`, and `demo-trioapp-prod`representing the development, testing, and production versions. The structure of the repos with the resources accessed by the applications must be consistent across all the three applications. If it works for you, copy the corresponding subfolders in [demo-applications](https://github.com/codefresh-sandbox/codefresh-quickstart-demo/tree/main/demo-applications) with the resources. -* [Promotion Workflows]({{site.baseurl}}/docs/promotions/entities/promotion-workflow/#create-promotion-workflows) +* [Promotion Workflows]({{site.baseurl}}/docs/promotions/promotion-workflow/#create-promotion-workflows) ## Assign Pre- and Post-Action Workflows to environments in Promotion Flow To ensure each environment's specific requirements are met, assign Promotion Workflows to govern promotion behavior. diff --git a/_docs/gitops-quick-start/products.md b/_docs/gitops-quick-start/products.md index 36664b123..f833486ff 100644 --- a/_docs/gitops-quick-start/products.md +++ b/_docs/gitops-quick-start/products.md @@ -29,10 +29,10 @@ The repository is structured to help you follow along with the guides: ## Quick start guides for environments, products, and applications To get started with environments, products, and applications, explore these quick starts: -[Quick start: Creating environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/) -[Quick start: Creating products]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-product-create/) -[Quick start: Creating applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) -[Quick start: Exploring the Product Dashboard]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-product-dashboard/) +[Quick start: Creating environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/) +[Quick start: Creating products]({{site.baseurl}}/docs/gitops-quick-start/quick-start-product-create/) +[Quick start: Creating applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) +[Quick start: Exploring the Product Dashboard]({{site.baseurl}}/docs/gitops-quick-start/quick-start-product-dashboard/) diff --git a/_docs/gitops-quick-start/quick-start-product-create.md b/_docs/gitops-quick-start/quick-start-product-create.md index 83c8dcc76..e23aa2897 100644 --- a/_docs/gitops-quick-start/quick-start-product-create.md +++ b/_docs/gitops-quick-start/quick-start-product-create.md @@ -41,7 +41,7 @@ Here are a few reasons why you would want to create products to manage your appl ## Requirements * [GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/) -* [Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/) +* [Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/) ## Create your first product @@ -90,5 +90,5 @@ The annotation is automatically created using the product name. For the purposes ## What's next After creating two of the three core entities for GitOps promotions, environments and products, we are ready to dive into applications. -[Quick start: Creating applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) +[Quick start: Creating applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) diff --git a/_docs/gitops-quick-start/quick-start-product-dashboard.md b/_docs/gitops-quick-start/quick-start-product-dashboard.md index 31b383275..4e18868d3 100644 --- a/_docs/gitops-quick-start/quick-start-product-dashboard.md +++ b/_docs/gitops-quick-start/quick-start-product-dashboard.md @@ -5,7 +5,7 @@ group: gitops-quick-start toc: true --- -In the previous quick start, we [created the demo-trioapp applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) and assigned them to the `demo-trioapp` product. +In the previous quick start, we [created the demo-trioapp applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) and assigned them to the `demo-trioapp` product. Let's explore the Product Dashboard to see how these come together. The dashboard offers a consolidated view of your product's applications in their environments, including the application release versions, dependencies, and integrated insights from Kubernetes, Git, and issue-tracking tools. diff --git a/_docs/installation/gitops/hosted-runtime.md b/_docs/installation/gitops/hosted-runtime.md index cd61044f4..b213339cf 100644 --- a/_docs/installation/gitops/hosted-runtime.md +++ b/_docs/installation/gitops/hosted-runtime.md @@ -315,7 +315,7 @@ You have completed setting up your Hosted GitOps Runtime. You are ready to creat ## (Optional) Create an Argo CD application Optional. Create an Argo CD application in Codefresh, deploy it to the cluster, and track deployment and performance in the Applications dashboard. -1. Follow our [quick-start to create and deploy an application]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/). +1. Follow our [quick-start to create and deploy an application]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/). OR Create your own application. See [Create an application]({{site.baseurl}}/docs/deployments/gitops/create-application/). diff --git a/_docs/installation/gitops/managed-cluster.md b/_docs/installation/gitops/managed-cluster.md index 197e39837..d5b39bba0 100644 --- a/_docs/installation/gitops/managed-cluster.md +++ b/_docs/installation/gitops/managed-cluster.md @@ -119,7 +119,7 @@ resource "helm_release" "my-managed-cluster" { * Apply the file using Terraform or your favorite workflow tool. ## View managed clusters -View managed clusters in either the Topology or List Runtime views. For information on Runtime views, see [Runtime views]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/#gitops-runtime-views). +View managed clusters in either the Topology or List Runtime views. For information on Runtime views, see [Runtime views]({{site.baseurl}}/docs/installation/gitops/monitor-runtimes/#gitops-runtime-views). As the cluster is managed through the Runtime, updates to the Runtime automatically updates the components on all the managed clusters that include it. View connection status for the managed cluster, and health and sync errors. Health and sync errors are flagged by the error notification in the toolbar, and visually flagged in the List and Topology views. diff --git a/_docs/products/promotion-flow-triggers.md b/_docs/products/promotion-flow-triggers.md index 1d993e20c..80c49fa36 100644 --- a/_docs/products/promotion-flow-triggers.md +++ b/_docs/products/promotion-flow-triggers.md @@ -137,7 +137,7 @@ To configure directly in YAML, refer to our [Promotion Flow YAML]({{site.baseurl ## Related articles [Assigning applications to Products]({{site.baseurl}}/docs/products/assign-applications/) [Configuring version and promotable properties for Products]({{site.baseurl}}/docs/products/promotion-version-properties/) -[Tracking Product releases]({{site.baseurl}}/docs/promotions/releases/) +[Tracking Product releases]({{site.baseurl}}/docs/promotions/product-releases/) [Configure Product Settings]({{site.baseurl}}/docs/products/configure-product-settings/) diff --git a/_docs/products/promotion-version-properties.md b/_docs/products/promotion-version-properties.md index 9d285616b..edb2170c2 100644 --- a/_docs/products/promotion-version-properties.md +++ b/_docs/products/promotion-version-properties.md @@ -370,5 +370,5 @@ To configure directly in YAML, refer to our [Promotion Template YAML]({{site.bas ## Related articles [Assigning applications to Products]({{site.baseurl}}/docs/products/assign-applications/) [Selecting Promotion Flows for Products]({{site.baseurl}}/docs/products/promotion-flow-triggers/) -[Tracking Product releases]({{site.baseurl}}/docs/promotions/releases/) +[Tracking Product releases]({{site.baseurl}}/docs/promotions/product-releases/) [Configure Product Settings]({{site.baseurl}}/docs/products/configure-product-settings/) \ No newline at end of file diff --git a/_docs/products/releases-in-products.md b/_docs/products/releases-in-products.md index 93ed03d8f..098961e6b 100644 --- a/_docs/products/releases-in-products.md +++ b/_docs/products/releases-in-products.md @@ -48,7 +48,7 @@ Commit status checks in Git include status checks for promotions in releases. Th max-width="50%" %} -For detailed information, see [Tracking Product Releases]({{site.baseurl}}/docs/promotions/releases/). +For detailed information, see [Tracking Product Releases]({{site.baseurl}}/docs/promotions/product-releases/). ## Related articles diff --git a/_docs/promotions/create-promotion-sequence.md b/_docs/promotions/create-promotion-sequence.md index cc49bf599..6e6413e63 100644 --- a/_docs/promotions/create-promotion-sequence.md +++ b/_docs/promotions/create-promotion-sequence.md @@ -85,7 +85,7 @@ enhance consistency, create reusable templates that apply across products. 1. [Trigger promotions]({{site.baseurl}}/docs/promotions/trigger-promotions/) Trigger the promotion, either manually or automatically. -1. [Track releases for products]({{site.baseurl}}/docs/promotions/releases/) +1. [Track releases for products]({{site.baseurl}}/docs/promotions/product-releases/) Monitor the deployment progress for the product as it moves through the promotion sequence. Use the Releases feature to track and ensure successful deployments across environments. diff --git a/_docs/promotions/promotion-policy.md b/_docs/promotions/promotion-policy.md index cba37e1e9..d85d5fc8e 100644 --- a/_docs/promotions/promotion-policy.md +++ b/_docs/promotions/promotion-policy.md @@ -360,7 +360,7 @@ caption="Promotion Workflows in product release view" max-width="60%" %} -For more information, see [Promotion Workflows in Product Releases]({{site.baseurl}}/docs/promotions/releases/#promotion-workflows-in-product-releases). +For more information, see [Promotion Workflows in Product Releases]({{site.baseurl}}/docs/promotions/product-releases/#promotion-workflows-in-product-releases). ## Related articles [Configure Promotion Flows]({{site.baseurl}}/docs/promotions/promotion-flow/) diff --git a/_docs/promotions/promotion-workflow.md b/_docs/promotions/promotion-workflow.md index dd24a37a4..9b560cb4e 100644 --- a/_docs/promotions/promotion-workflow.md +++ b/_docs/promotions/promotion-workflow.md @@ -882,7 +882,7 @@ caption="Example of workflows in a product release view" max-width="60%" %} -See [Tracking product releases]({{site.baseurl}}/docs/promotions/releases/). +See [Tracking product releases]({{site.baseurl}}/docs/promotions/product-releases/). diff --git a/_posts/2022-05-15-may-gitops.md b/_posts/2022-05-15-may-gitops.md index 800985da0..7cfb35d55 100644 --- a/_posts/2022-05-15-may-gitops.md +++ b/_posts/2022-05-15-may-gitops.md @@ -14,7 +14,7 @@ For details, see [Restore runtimes]({{site.baseurl}}/docs/installation/gitops/mo ### AWS ALB ingress controller AWS Application Load Balancer (ALB) is now part of our list of supported ingress controllers. -For details, see [AWS ALB ingress configuration]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/#aws-alb-ingress-configuration). +For details, see [AWS ALB ingress configuration]({{site.baseurl}}/docs/installation/gitops/runtime-ingress-configuration/#aws-alb-ingress-configuration). ### Labels for runtime namespace