Skip to content

Commit

Permalink
tls_codec: Fix readme links (#1359)
Browse files Browse the repository at this point in the history
The links in the table were broken. I removed them.
  • Loading branch information
franziskuskiefer authored Mar 4, 2024
1 parent 270dbcb commit 353f39f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tls_codec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
[![][tls_codec-ci]][tls_codec-ci-link]
![Rust Version][rustc-image]

| | crates.io | docs.rs |
| -------------------------------------- | ---------------------------------------------- | ------------------------------------------------------------ |
| [tls_codec](./tls_codec) | [![][tls_codec]][tls_codec-link] | [![Docs][tls_codec_docs]][tls_codec_docs-link] |
| [tls_codec_derive](./tls_codec_derive) | [![][tls_codec_derive]][tls_codec_derive-link] | [![Docs][tls_codec_derive_docs]][tls_codec_derive_docs-link] |
| | crates.io | docs.rs |
| ------------------ | ---------------------------------------------- | ------------------------------------------------------------ |
| `tls_codec` | [![][tls_codec]][tls_codec-link] | [![Docs][tls_codec_docs]][tls_codec_docs-link] |
| `tls_codec_derive` | [![][tls_codec_derive]][tls_codec_derive-link] | [![Docs][tls_codec_derive_docs]][tls_codec_derive_docs-link] |

This crate implements the TLS codec as defined in [RFC 8446]
as well as some extensions required by [MLS].
Expand Down

0 comments on commit 353f39f

Please sign in to comment.