Skip to content

Commit

Permalink
Fix links in READMEs
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Kerr <[email protected]>
  • Loading branch information
jk-ozlabs committed Jun 24, 2024
1 parent e0bdc4a commit 3687059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Component Crates
Examples
--------

There's a small example MCTP requester in [mctp-linux/examples]:
There's a small example MCTP requester in
[mctp-linux/examples](mctp-linux/examples):

```rust
// Create a new endpoint using the linux socket support
Expand Down
2 changes: 1 addition & 1 deletion mctp-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Management Component Transport Protocol (MCTP) using Linux sockets
This crate provides an implementation of the `mctp` base crate, using Linux
socket support for MCTP messsaging.

See [https://codeconstruct.com.au/docs/mctp-on-linux-introduction/] for an
See <https://codeconstruct.com.au/docs/mctp-on-linux-introduction/> for an
overview on the kernel sockets support.

Using the standard sockets API, we implement the `mctp::Endpoint` trait,
Expand Down

0 comments on commit 3687059

Please sign in to comment.