diff --git a/riscv-c-api.md b/riscv-c-api.md index 73deaa8..8a2939a 100644 --- a/riscv-c-api.md +++ b/riscv-c-api.md @@ -401,7 +401,7 @@ int bar() { } ``` -The `priority` accepts a digit as the version priority during Version Selection. If `priority` doesn't exist, then the priority of version defaults to zero. +The `priority` accepts a digit as the version priority during [Version Selection](#Version_Selection). If `priority` doesn't exist, then the priority of version defaults to zero. It makes the compiler trigger the [function multi-version](#function-multi-version) when there exist more than one version for the same function signature.