Merge pull request #21324 from miroim/update_docs_link

docs: update a link in `alternative-runtimes.md`
This commit is contained in:
David Karlsson 2024-11-04 10:51:34 +01:00 committed by GitHub
commit 60f1dacba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ You can also use runtimes designed as drop-in replacements for runc. Such
runtimes depend on the runc containerd shim for invoking the runtime binary.
You must manually register such runtimes in the daemon configuration.
[youki](https://github.com/containers/youki)
[youki](https://github.com/youki-dev/youki)
is one example of a runtime that can function as a runc drop-in replacement.
Refer to the [youki example](#youki) explaining the setup.