Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/elixir_forth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion projects/rust_lc3_vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
2 changes: 1 addition & 1 deletion projects/rust_linkchecker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
2 changes: 1 addition & 1 deletion projects/rust_merkle_tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!