Skip to content

Commit 0bc4d10

Browse files
committed
docs: fix cargo c links in README
Two of them were broken because I forgot to pull out the anchor target.
1 parent 43ce352 commit 0bc4d10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ to provide the cryptographic primitives.
2323

2424
To build rustls-ffi as a static or shared library you'll need to [install the
2525
Rust toolchain](https://rustup.rs/) (version 1.71 or above) as well as
26-
[cargo c](https://github.com/lu-zero/cargo-c).
26+
[cargo-c].
2727

2828
The [cargo-c] tool can be installed from
2929
[your package manager](https://github.com/lu-zero/cargo-c?tab=readme-ov-file#availability)
@@ -33,6 +33,8 @@ If you plan to build the `client` and `server` [C examples](#example-application
3333
you will also need `cmake` and a C compiler (`gcc` and `clang` should both work,
3434
as well as MSVC on Windows).
3535

36+
[cargo-c]: https://github.com/lu-zero/cargo-c
37+
3638
## Building and Installing
3739

3840
```bash
@@ -42,7 +44,7 @@ sudo cargo capi install --release
4244
```
4345

4446
If you receive a message like "error: no such command capi" you need to install
45-
[cargo c] from your package manager, or using `cargo install cargo-c`.
47+
[cargo-c] from your package manager, or using `cargo install cargo-c`.
4648

4749
To change where the library is installed, use `--prefix` like:
4850

0 commit comments

Comments
 (0)