Skip to content

Commit

Permalink
fix: Fix relative links on a couple of pages
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
  • Loading branch information
SergK committed Mar 1, 2025
1 parent 34ba22d commit 98751c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/tekton-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ Proper pipeline configuration depends on its purpose. Pipeline configuration is

Two approaches are available for defining review and build pipelines:

1. [Custom Framework/Build Tool](https://docs.kuberocketci.io/docs/use-cases/tekton-custom-pipelines):
1. [Custom Framework/Build Tool](/docs/use-cases/tekton-custom-pipelines):

* Useful for onboarding multiple projects with the same pipeline structure.
* Pipelines follow a naming pattern and are mapped to projects via project settings.

2. [Branch-Specific Pipelines](https://docs.kuberocketci.io/docs/use-cases/custom-pipelines-flow#replace-existing-pipelines-for-components-with-custom-pipelines):
2. [Branch-Specific Pipelines](/docs/use-cases/custom-pipelines-flow#replace-existing-pipelines-for-components-with-custom-pipelines):

* Ideal for enabling different pipelines for different branches of a project.
* Pipelines are explicitly defined for specific branches.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<link rel="canonical" href="https://docs.kuberocketci.io/faq/how-to/enable-local-access-to-kubernetes-environment" />
</head>

Use `kubectl` and `kubelogin` with a valid `kubeconfig` file for enabling local access to Kubernetes. The template for a `kubeconfig` file is provided in the [EKS OIDC With Keycloak](https://docs.kuberocketci.io/docs/operator-guide/auth/configure-keycloak-oidc-eks/#kubeconfig) page.
Use `kubectl` and `kubelogin` with a valid `kubeconfig` file for enabling local access to Kubernetes. The template for a `kubeconfig` file is provided in the [EKS OIDC With Keycloak](/docs/operator-guide/auth/configure-keycloak-oidc-eks#kubeconfig) page.
4 changes: 2 additions & 2 deletions versioned_docs/version-3.10/user-guide/tekton-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ Proper pipeline configuration depends on its purpose. Pipeline configuration is

Two approaches are available for defining review and build pipelines:

1. [Custom Framework/Build Tool](https://docs.kuberocketci.io/docs/use-cases/tekton-custom-pipelines):
1. [Custom Framework/Build Tool](/docs/use-cases/tekton-custom-pipelines):

* Useful for onboarding multiple projects with the same pipeline structure.
* Pipelines follow a naming pattern and are mapped to projects via project settings.

2. [Branch-Specific Pipelines](https://docs.kuberocketci.io/docs/use-cases/custom-pipelines-flow#replace-existing-pipelines-for-components-with-custom-pipelines):
2. [Branch-Specific Pipelines](/docs/use-cases/custom-pipelines-flow#replace-existing-pipelines-for-components-with-custom-pipelines):

* Ideal for enabling different pipelines for different branches of a project.
* Pipelines are explicitly defined for specific branches.
Expand Down

0 comments on commit 98751c1

Please sign in to comment.