Skip to content

Commit bc20624

Browse files
committed
Prefer Markdown links over manual <a>
1 parent 30b4aba commit bc20624

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<p align="center">
22
<img alt="The Rust Programming Language: A language empowering everyone to build reliable and efficient software" src="https://www.rust-lang.org/static/images/rust-social-wide.jpg" width="512" height="256">
3-
<br>
4-
<a href="https://www.rust-lang.org/">Website</a> |
5-
<a href="https://www.rust-lang.org/learn/get-started">Getting started</a> |
6-
<a href="https://www.rust-lang.org/learn">Learn</a> |
7-
<a href="https://www.rust-lang.org/learn#learn-use">Documentation</a> |
8-
<a href="CONTRIBUTING.md">Contributing</a>
3+
4+
[Website](https://www.rust-lang.org/) | [Getting started](https://www.rust-lang.org/learn/get-started) | [Learn](https://www.rust-lang.org/learn) | [Documentation](https://www.rust-lang.org/learn#learn-use) | [Contributing](CONTRIBUTING.md)
5+
96
</p>
107

118
This is the main source code repository for [Rust]. It contains the compiler,

0 commit comments

Comments
 (0)