summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2024-03-31 16:25:00 +0200
committerGitHub <noreply@github.com>2024-03-31 16:25:00 +0200
commit9cb25e16f9f0754df49e6997a506564f668971a1 (patch)
tree09b2d23aa758ebaba05d43f546fced8386909b22
parentca07abf3dc1d436514f3ceb97e6edda0526f14cf (diff)
parent3df59379de1b3333b911c60b867216690d6c5e1b (diff)
Merge pull request #1928 from mo8it/v1-readme
Remove the reference to v1
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8fac7a2..6b9c983 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,6 @@
Greetings and welcome to `rustlings`. This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!
-_...looking for the old, web-based version of Rustlings? Try [here](https://github.com/rust-lang/rustlings/tree/rustlings-1)_
-
Alternatively, for a first-time Rust learner, there are several other resources:
- [The Book](https://doc.rust-lang.org/book/index.html) - The most comprehensive resource for learning Rust, but a bit theoretical sometimes. You will be using this along with Rustlings!