Fix doc url links (#2173)

* Fix doc url links

* version tag to latest

---------

Co-authored-by: be5invis <belleve@typeof.net>
Co-authored-by: nobk <nobk@noreplay.github.com>
This commit is contained in:
nobk 2024-01-18 09:09:47 +08:00 committed by GitHub
parent 8114a08f94
commit fa0b84f0ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,14 @@ Note: Make docker image need execute only one time.
## Usage
`docker run -it --rm -v $PWD:/work fontcc <BUILD_ARGS>`
Please refer to the `<BUILD_ARGS>` parameters to [Customized Build](../dev/doc/custom-build.md#customized-build)
Please refer to the `<BUILD_ARGS>` parameters to [Customized Build](../../dev/doc/custom-build.md#customized-build)
### Optional parameters (put them before `fontcc`):
1. `-e "VERSION_TAG=<tag>"`
`<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