From 351f4ea8247b36cf6e0a36e022f3628fdcd91a38 Mon Sep 17 00:00:00 2001 From: thislight Date: Sun, 14 Jul 2024 18:13:59 +0800 Subject: [PATCH] README: fix broken link --- README.md | 2 +- fedora-40-minimal/README.md | 2 +- fedora-40/README.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce269b0..cce6f30 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ These images is cached on action runner machines and is able to run most of the ## FAQ -### Can I see those images as alternatives of GitHub's [actions/runner-images]? +### Can I see those images as alternatives of GitHub's [actions/runner-images](https://github.com/actions/runner-images)? Yes, mostly. We are working on catching up the software list on their repo, and many tools are already included in our images, but be attention that we took a different approach to install softwares (at least for now). diff --git a/fedora-40-minimal/README.md b/fedora-40-minimal/README.md index 1918b6c..67a10a8 100644 --- a/fedora-40-minimal/README.md +++ b/fedora-40-minimal/README.md @@ -61,4 +61,4 @@ container: ### Building Container Images -This images configured buildah to be correctly run under a container. You can use [The workflow of this project](./.forgejo/workflows/build-fedora-40.yml) as an example. +This images configured buildah to be correctly run under a container. You can use [The workflow of this project](../.forgejo/workflows/build-fedora-40.yml) as an example. diff --git a/fedora-40/README.md b/fedora-40/README.md index c0392b8..58cc0f7 100644 --- a/fedora-40/README.md +++ b/fedora-40/README.md @@ -92,5 +92,4 @@ container: ### Building Container Images -This images configured buildah to be correctly run under a container. You can use [The workflow of this project](./.forgejo/workflows/build-fedora-40.yml) as an example. - +This images configured buildah to be correctly run under a container. You can use [The workflow of this project](../.forgejo/workflows/build-fedora-40.yml) as an example.