Skip to content

Commit 10664d3

Browse files
committed
rust: alloc: use <> links in README.md
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 5522958 commit 10664d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/alloc/README.md

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

33
These source files come from the Rust standard library, hosted in
4-
the https://github.com/rust-lang/rust repository, licensed under
4+
the <https://github.com/rust-lang/rust> repository, licensed under
55
"Apache-2.0 OR MIT" and adapted for kernel use. For copyright details,
6-
see https://github.com/rust-lang/rust/blob/master/COPYRIGHT.
6+
see <https://github.com/rust-lang/rust/blob/master/COPYRIGHT>.
77

88
Please note that these files should be kept as close as possible to
99
upstream. In general, only additions should be performed (e.g. new

0 commit comments

Comments
 (0)