Skip to content

Commit ef7b166

Browse files
authoredMar 18, 2025··
der: linkify ITU X.690 in README.md (#1728)
1 parent 93c8be8 commit ef7b166

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎der/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Project Chat][chat-image]][chat-link]
99

1010
Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER)
11-
for Abstract Syntax Notation One (ASN.1) as described in ITU X.690.
11+
for Abstract Syntax Notation One (ASN.1) as described in [ITU X.690].
1212

1313
[Documentation][docs-link]
1414

@@ -64,7 +64,7 @@ dual licensed as above, without any additional terms or conditions.
6464

6565
[//]: # (badges)
6666

67-
[crate-image]: https://img.shields.io/crates/v/der
67+
[crate-image]: https://img.shields.io/crates/v/der?logo=rust
6868
[crate-link]: https://crates.io/crates/der
6969
[docs-image]: https://docs.rs/der/badge.svg
7070
[docs-link]: https://docs.rs/der/
@@ -78,6 +78,7 @@ dual licensed as above, without any additional terms or conditions.
7878
[//]: # (links)
7979

8080
[RustCrypto]: https://github.com/rustcrypto
81+
[ITU X.690]: https://www.itu.int/rec/T-REC-X.690/en
8182
[`cms`]: https://github.com/RustCrypto/formats/tree/master/cms
8283
[`pkcs1`]: https://github.com/RustCrypto/formats/tree/master/pkcs1
8384
[`pkcs5`]: https://github.com/RustCrypto/formats/tree/master/pkcs5

0 commit comments

Comments
 (0)
Please sign in to comment.