From b0bb77f0027c3c8dffd045d99f3a0f442b4f4518 Mon Sep 17 00:00:00 2001 From: Jan Smid Date: Tue, 7 Jul 2026 15:20:02 +0200 Subject: [PATCH] Fix broken links to Konflux documentation The Konflux docs site restructured its URL paths. Update the broken links to their new locations: - docs/getting-started/cli/ -> docs/getting-started/#getting-started-with-the-cli - docs/how-tos/creating/ -> docs/building/creating/ - docs/advanced-how-tos/managing-compliance-with-ec/ -> docs/compliance/ Ref: https://issues.redhat.com/browse/EC-1907 Co-authored-by: Claude --- modules/ROOT/pages/getting-started.adoc | 4 ++-- modules/ROOT/partials/oc_login.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/getting-started.adoc b/modules/ROOT/pages/getting-started.adoc index 174cfec..88c9238 100644 --- a/modules/ROOT/pages/getting-started.adoc +++ b/modules/ROOT/pages/getting-started.adoc @@ -4,7 +4,7 @@ == Creating an application If you don't already have an application defined in Konflux, follow the -link:https://konflux-ci.dev/docs/how-tos/creating/[guide]. Once that's done you should have an application with at least one component. +link:https://konflux-ci.dev/docs/building/creating/[guide]. Once that's done you should have an application with at least one component. To get the most out of Conforma, be sure to follow the steps in the guide so Konflux sends a pull request to your repository to define a custom build pipeline in your GitHub repository. == Creating an integration test @@ -12,7 +12,7 @@ To get the most out of Conforma, be sure to follow the steps in the guide so Kon To run the Conforma pipeline automatically after each build, an integration test is used. One should be automatically created when a new application is created. The process of recreating it manually is -link:https://konflux-ci.dev/docs/advanced-how-tos/managing-compliance-with-ec/[described here]. +link:https://konflux-ci.dev/docs/compliance/[described here]. NOTE: You can view the definitions of the link:https://github.com/konflux-ci/build-definitions/blob/main/pipelines/enterprise-contract.yaml[Conforma pipeline], diff --git a/modules/ROOT/partials/oc_login.adoc b/modules/ROOT/partials/oc_login.adoc index a69c875..f2ffb7c 100644 --- a/modules/ROOT/partials/oc_login.adoc +++ b/modules/ROOT/partials/oc_login.adoc @@ -1,2 +1,2 @@ Follow the procedure for accessing the Konflux cluster via the `oc` command line -client link:https://konflux-ci.dev/docs/getting-started/cli/[as described here]. +client link:https://konflux-ci.dev/docs/getting-started/#getting-started-with-the-cli[as described here].