Skip to content

Commit

Permalink
Make Version Selection as hypelink
Browse files Browse the repository at this point in the history
  • Loading branch information
BeMg committed Aug 19, 2024
1 parent 2b9c6a4 commit bfbc793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions riscv-c-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,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.

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit bfbc793

Please sign in to comment.