From 7f001ea0a45efa01fdaa7c1800f0ec64631e3ea3 Mon Sep 17 00:00:00 2001 From: Diego Brito <84880186+0xbrito@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:03:00 -0300 Subject: [PATCH 1/2] fix: broken link to general guidelines --- projects/elixir_forth.md | 2 +- projects/rust_lc3_vm.md | 2 +- projects/rust_linkchecker.md | 2 +- projects/rust_merkle_tree.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/elixir_forth.md b/projects/elixir_forth.md index b53a6b9..6f5558f 100644 --- a/projects/elixir_forth.md +++ b/projects/elixir_forth.md @@ -27,7 +27,7 @@ Example code: ## Requirements: -Remember to follow the [general guidelines](readme.md#learning-projects-guidelines) for projects! +Remember to follow the [general guidelines](../README.md#learning-projects-guidelines for projects! #### 1: Core language The evaluator has to support the following words: diff --git a/projects/rust_lc3_vm.md b/projects/rust_lc3_vm.md index a8e7e37..63ec729 100644 --- a/projects/rust_lc3_vm.md +++ b/projects/rust_lc3_vm.md @@ -14,4 +14,4 @@ As always, try to keep the code simple and do not overengineer the solution. Finally, your VM must be able to run the [roguelike](https://github.com/justinmeiners/lc3-rogue) from the terminal. -Remember to follow the [general guidelines](readme.md#learning-projects-guidelines) for projects! +Remember to follow the [general guidelines](../README.md#learning-projects-guidelines) for projects! diff --git a/projects/rust_linkchecker.md b/projects/rust_linkchecker.md index 2a38e00..af56d02 100644 --- a/projects/rust_linkchecker.md +++ b/projects/rust_linkchecker.md @@ -19,4 +19,4 @@ And for every URL, the program must: A strict requirement is that the URLs must be processed concurrently 32 at a time, i.e. don't wait for one request to finish before processing the next. You may use the `reqwest` crate to perform the HTTP requests. -Remember to follow the [general guidelines](readme.md#learning-projects-guidelines) for projects! +Remember to follow the [general guidelines](../README.md#learning-projects-guidelines) for projects! diff --git a/projects/rust_merkle_tree.md b/projects/rust_merkle_tree.md index e3e4984..1752899 100644 --- a/projects/rust_merkle_tree.md +++ b/projects/rust_merkle_tree.md @@ -17,4 +17,4 @@ Here are some sources that you might find useful: - [Introduction to Merkle Tree - GeeksforGeeks](https://www.geeksforgeeks.org/introduction-to-merkle-tree/) - [Merkle Tree in Blockchain: What It Is and How It Works](https://www.investopedia.com/terms/m/merkle-tree.asp) -Remember to follow the [general guidelines](readme.md#learning-projects-guidelines) for projects! +Remember to follow the [general guidelines](../README.md#learning-projects-guidelines) for projects! From ceff35a0ecb1d1153916a70fd8ffbda160931e06 Mon Sep 17 00:00:00 2001 From: Diego Brito <84880186+0xbrito@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:09:09 -0300 Subject: [PATCH 2/2] fix: again --- projects/elixir_forth.md | 2 +- projects/rust_lc3_vm.md | 2 +- projects/rust_linkchecker.md | 2 +- projects/rust_merkle_tree.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/elixir_forth.md b/projects/elixir_forth.md index 6f5558f..21a27c0 100644 --- a/projects/elixir_forth.md +++ b/projects/elixir_forth.md @@ -27,7 +27,7 @@ Example code: ## Requirements: -Remember to follow the [general guidelines](../README.md#learning-projects-guidelines for projects! +Remember to follow the [general guidelines](../README.md#learning-project-guidelines) for projects! #### 1: Core language The evaluator has to support the following words: diff --git a/projects/rust_lc3_vm.md b/projects/rust_lc3_vm.md index 63ec729..0838881 100644 --- a/projects/rust_lc3_vm.md +++ b/projects/rust_lc3_vm.md @@ -14,4 +14,4 @@ As always, try to keep the code simple and do not overengineer the solution. Finally, your VM must be able to run the [roguelike](https://github.com/justinmeiners/lc3-rogue) from the terminal. -Remember to follow the [general guidelines](../README.md#learning-projects-guidelines) for projects! +Remember to follow the [general guidelines](../README.md#learning-project-guidelines) for projects! diff --git a/projects/rust_linkchecker.md b/projects/rust_linkchecker.md index af56d02..d8060ac 100644 --- a/projects/rust_linkchecker.md +++ b/projects/rust_linkchecker.md @@ -19,4 +19,4 @@ And for every URL, the program must: A strict requirement is that the URLs must be processed concurrently 32 at a time, i.e. don't wait for one request to finish before processing the next. You may use the `reqwest` crate to perform the HTTP requests. -Remember to follow the [general guidelines](../README.md#learning-projects-guidelines) for projects! +Remember to follow the [general guidelines](../README.md#learning-project-guidelines) for projects! diff --git a/projects/rust_merkle_tree.md b/projects/rust_merkle_tree.md index 1752899..2b48968 100644 --- a/projects/rust_merkle_tree.md +++ b/projects/rust_merkle_tree.md @@ -17,4 +17,4 @@ Here are some sources that you might find useful: - [Introduction to Merkle Tree - GeeksforGeeks](https://www.geeksforgeeks.org/introduction-to-merkle-tree/) - [Merkle Tree in Blockchain: What It Is and How It Works](https://www.investopedia.com/terms/m/merkle-tree.asp) -Remember to follow the [general guidelines](../README.md#learning-projects-guidelines) for projects! +Remember to follow the [general guidelines](../README.md#learning-project-guidelines) for projects!