From 09b727076fc7d59925ca68d5d2af9cca0523e443 Mon Sep 17 00:00:00 2001 From: Midhun R Nair Date: Fri, 25 Jun 2021 22:06:23 +0530 Subject: [PATCH] Fixing broken links --- docs/kubernetes/argo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kubernetes/argo.md b/docs/kubernetes/argo.md index 24b742a..8662a4e 100644 --- a/docs/kubernetes/argo.md +++ b/docs/kubernetes/argo.md @@ -9,7 +9,7 @@ parent: Kubernetes What are Argo Workflows? -From [the docs](https://argoproj.github.io/docs/argo/readme.html): +From [the docs](https://argoproj.github.io/argo-workflows/): - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition). @@ -68,4 +68,4 @@ jobs: ## Running Argo On Self Hosted Runners -You can skip the `.kubeconfig` if your Actions runner is running on a self-hosted runner on your Kubernetes cluster that has access to Argo. See [these docs](http://docs.mlops-github.com/docs/k8s-self-hosted-runner) for further instructions. +You can skip the `.kubeconfig` if your Actions runner is running on a self-hosted runner on your Kubernetes cluster that has access to Argo. See [these docs](https://docs.mlops-github.com/docs/kubernetes/self-hosted-runners.html) for further instructions.