Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Fixing few broken links #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/kubernetes/argo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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.