Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken markdown links #44

Merged
merged 1 commit into from
Apr 13, 2024
Merged
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
4 changes: 4 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"default": true,
"MD013": { "line_length": 150 }
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Here you can find slides for Clean Code conversations or classes.
| 3 | Coding Dojo | "Change" Refactoring Kata ([Python][change-python], [C++][change-cpp]) |
| 4 | Discussion | [Functions](fundamentals/04-functions.md#warmup) |
| 5 | Coding Dojo | FizzBuzz Kata ([Python][fizzbuzz-python], [C++][fizzbuzz-cpp]) |
| 6 | Discussion | [Function Structure](fun fundamentals/06-function-structure.md) |
| 6 | Discussion | [Function Structure](fundamentals/06-function-structure.md#warmup) |
| 7 | Coding Dojo | Tennis Kata ([Python][tennis-python], [C++][tennis-cpp]) |
| 8 | Discussion | [Form](fundamentals/08-form.md#warmup) |
| 9 | Coding Dojo | Bowling Kata ([Python][bowling-python], [C++][bowling-cpp]) |
Expand Down Expand Up @@ -71,7 +71,7 @@ Here you can find slides for Clean Code conversations or classes.
| 2 | Coding Dojo | Roman Numerals Kata ([Python][roman-numerals-python], [C++][roman-numerals-cpp]) |
| 3 | Discussion | [Clean Tests](advanced-tdd/03-clean-tests.md#warmup) |
| 4 | Coding Dojo | Mars Rover Kata ([Python][mars-rover-python], [C++][mars-rover-python]) |
| 5 | Coding Mob | Mars Rover Kata ([Python][mars-rover-python], [C++][mars-rover-python]) |
| 5 | Coding Mob | Mars Rover Kata ([Python][mars-rover-python], [C++][mars-rover-cpp]) |
| 6 | Discussion | Test Design / Test Process |
| 7 | Coding Dojo | Hyper-optimized Telemetry Kata ([Python][hyper-optimized-telemetry-python], [C++][hyper-optimized-telemetry-cpp]) |
| 8 | Discussion | Student Code Demo |
Expand Down
Loading