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].