Skip to content

Commit bbf6d8f

Browse files
committed
Use html for anchor.
1 parent bd23999 commit bbf6d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ task deps:install-all
6363
The library can be built directly using [CMake](#using-cmake) or indirectly using
6464
[Task](#using-task).
6565

66-
### Using Task {#build-task}
66+
### <a id="building-using-task" />Using Task
6767

6868
To build all libraries:
6969
```shell
@@ -117,7 +117,7 @@ task ystdlib:install-release INSTALL_PREFIX="$HOME/.local"
117117
```
118118

119119
To build and install a subset of libraries, set the variable `ystdlib_LIBRARIES` the same as in the
120-
section, [Building: Using Task](build-task). For example:
120+
section, [Building: Using Task](#building-using-task). For example:
121121

122122
```shell
123123
task ystdlib:install-release \

0 commit comments

Comments
 (0)