Skip to content

Commit 346dcfe

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent bb56c10 commit 346dcfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ task build:unit-test-<lib_name>
6262

6363
## Installing
6464

65-
After [building](building) install with:
65+
After [building](#building), install with:
6666

6767
```shell
6868
cmake --install "./build" --prefix "~/.local"

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Examples
22

33
The example program `linking-tests` references all of ystdlib's library targets to ensure they can
4-
be installed and link correctly.
4+
be installed and linked correctly.
55

66
## Building
77

88
First ensure ystdlib has been installed. For example, after [building](../README.md#building)
9-
[install](../README.md#building) by running:
9+
[install](../README.md#installing) by running:
1010

1111
```shell
1212
cmake --install "./build" --prefix "./build/examples/ystdlib"

0 commit comments

Comments
 (0)