Skip to content

Commit c5c6e45

Browse files
committed
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 <[email protected]>
1 parent e959a17 commit c5c6e45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-releases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
sed -i'' 's,| \[api/\](api),| \[gRPC API\](#grpc),' content/releases.md
1919
sed -i'' 's, See \[api/\](api) for details.,,' content/releases.md
2020
sed -i'' 's,^### GRPC API,### GRPC API {#grpc},' content/releases.md
21+
sed -i'' 's,\./docs/,https://github.com/containerd/containerd/blob/main/docs/,' content/releases.md
2122
- name: Create Pull Request
2223
uses: peter-evans/create-pull-request@v7
2324
with:

0 commit comments

Comments
 (0)