Skip to content

Commit 521ff44

Browse files
authored
fix: relative path in markdown (coder#6188)
Co-authored-by: jinjing.zzj <[email protected]>
1 parent 5708e6c commit 521ff44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This directory contains scripts used for the development of code-server.
2929
- [./ci/dev/watch.ts](./dev/watch.ts) (`yarn watch`)
3030
- Starts a process to build and launch code-server and restart on any code changes.
3131
- Example usage in [./docs/CONTRIBUTING.md](../docs/CONTRIBUTING.md).
32-
- [./ci/dev/gen_icons.sh](./ci/dev/gen_icons.sh) (`yarn icons`)
32+
- [./ci/dev/gen_icons.sh](./dev/gen_icons.sh) (`yarn icons`)
3333
- Generates the various icons from a single `.svg` favicon in
3434
`src/browser/media/favicon.svg`.
3535
- Requires [imagemagick](https://imagemagick.org/index.php)
@@ -75,7 +75,7 @@ You can disable minification by setting `MINIFY=`.
7575

7676
This directory contains the release docker container image.
7777

78-
- [./ci/steps/build-docker-buildx-push.sh](./ci/steps/docker-buildx-push.sh)
78+
- [./ci/steps/build-docker-buildx-push.sh](./steps/docker-buildx-push.sh)
7979
- Builds the release containers with tags `codercom/code-server-$ARCH:$VERSION` for amd64 and arm64 with `docker buildx` and pushes them.
8080
- Assumes debian releases are ready in `./release-packages`.
8181

0 commit comments

Comments
 (0)