Skip to content

Commit 20b3308

Browse files
committed
fix links
1 parent 2bf0df5 commit 20b3308

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
5 small projects to understand Rust core concepts.
44

5-
| # | Project | Description |
6-
| --- | --------------------------------- | ----------------------------------------------------- |
7-
| 01 | [**Hello Cargo**](#hellocargo) | A quick intro to Rust syntax. |
8-
| 02 | [**Guessing Game**](#guessing) | A hands-on introduction to the Rust language. |
9-
| 03 | [**Minigrep**](#minigrep) | A simple version of the classic command line tool grep. |
10-
| 04 | [**Hello**](#hello) | A multithreaded web server that says “hello”. |
11-
| 05 | [**Game of Life**](#life) | A zero-player game to learn how to use Rust, WebAssembly, and JavaScript together. |
5+
| # | Project | Description |
6+
| --- | ------------------------------ | ---------------------------------------------------------------------------------- |
7+
| 01 | [**Hello Cargo**](#hellocargo) | A quick intro to Rust syntax. |
8+
| 02 | [**Guessing Game**](#guessing) | A hands-on introduction to the Rust language. |
9+
| 03 | [**Minigrep**](#minigrep) | A simple version of the classic command line tool grep. |
10+
| 04 | [**Hello**](#hello) | A multithreaded web server that says “hello”. |
11+
| 05 | [**Game of Life**](#life) | A zero-player game to learn how to use Rust, WebAssembly, and JavaScript together. |
1212

1313
## <a name="hellocargo"></a> 1) Hello Cargo
1414

1515
A quick intro to Rust syntax.
1616

17-
[See 01-hello-cargo folder](https://github.com/solygambas/rust-projects/tree/main/01-hello-cargo)
17+
[See 01-hello-cargo folder](01-hello-cargo)
1818

1919
### Features
2020

@@ -36,7 +36,7 @@ Based on [Rust Crash Course](https://www.youtube.com/watch?v=zF34dRivLOw) by Bra
3636

3737
A hands-on introduction to the Rust language.
3838

39-
[See 02-guessing-game folder](https://github.com/solygambas/rust-projects/tree/main/02-guessing-game)
39+
[See 02-guessing-game folder](02-guessing-game)
4040

4141
### Features
4242

@@ -54,7 +54,7 @@ Based on [The Rust Programming Language](https://doc.rust-lang.org/book/) by Ste
5454

5555
A simple version of the classic command line tool grep.
5656

57-
[See 03-minigrep folder](https://github.com/solygambas/rust-projects/tree/main/03-minigrep)
57+
[See 03-minigrep folder](03-minigrep)
5858

5959
### Features
6060

@@ -72,7 +72,7 @@ Based on [The Rust Programming Language](https://doc.rust-lang.org/book/) by Ste
7272

7373
A multithreaded web server that says “hello”.
7474

75-
[See 04-hello folder](https://github.com/solygambas/rust-projects/tree/main/04-hello)
75+
[See 04-hello folder](04-hello)
7676

7777
### Features
7878

@@ -89,10 +89,10 @@ Based on [The Rust Programming Language](https://doc.rust-lang.org/book/) by Ste
8989

9090
A zero-player game to learn how to use Rust, WebAssembly, and JavaScript together.
9191

92-
[See 05-game-of-life folder](https://github.com/solygambas/rust-projects/tree/main/05-game-of-life)
92+
[See 05-game-of-life folder](05-game-of-life)
9393

9494
<p align="center">
95-
<a href="https://github.com/solygambas/rust-projects/tree/main/05-game-of-life">
95+
<a href="05-game-of-life">
9696
<img src="05-game-of-life/screenshot.png">
9797
</a>
9898
</p>

0 commit comments

Comments
 (0)