From c5c6e45e466f69e863fa33dff121c714a63bc212 Mon Sep 17 00:00:00 2001 From: Chris Henzie Date: Thu, 21 Nov 2024 09:26:25 -0800 Subject: [PATCH] Fix relative links for containerd docs Substitute the relative links (relative to the containerd repo) with absolute links that point at the main branch of the containerd repo. Signed-off-by: Chris Henzie --- .github/workflows/sync-releases.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-releases.yml b/.github/workflows/sync-releases.yml index 6216f33..fc23abe 100644 --- a/.github/workflows/sync-releases.yml +++ b/.github/workflows/sync-releases.yml @@ -18,6 +18,7 @@ jobs: sed -i'' 's,| \[api/\](api),| \[gRPC API\](#grpc),' content/releases.md sed -i'' 's, See \[api/\](api) for details.,,' content/releases.md sed -i'' 's,^### GRPC API,### GRPC API {#grpc},' content/releases.md + sed -i'' 's,\./docs/,https://github.com/containerd/containerd/blob/main/docs/,' content/releases.md - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: