From fa0b84f0acf332d418483345a10e6c55dc6f1e21 Mon Sep 17 00:00:00 2001 From: nobk Date: Thu, 18 Jan 2024 09:09:47 +0800 Subject: [PATCH] Fix doc url links (#2173) * Fix doc url links * version tag to latest --------- Co-authored-by: be5invis Co-authored-by: nobk --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index c044c7ccd..d7b99c67b 100644 --- a/docker/README.md +++ b/docker/README.md @@ -12,14 +12,14 @@ Note: Make docker image need execute only one time. ## Usage `docker run -it --rm -v $PWD:/work fontcc ` -Please refer to the `` parameters to [Customized Build](../dev/doc/custom-build.md#customized-build) +Please refer to the `` parameters to [Customized Build](../../dev/doc/custom-build.md#customized-build) ### Optional parameters (put them before `fontcc`): 1. `-e "VERSION_TAG="` `` can be the following values - `main` git main branch - `dev` git dev branch -- `v8.0.5` git [release version tags](../../tags) +- `v28.0.5` git [release version tags](../../../tags) When this variable is omitted, the tag of the latest release will be selected