Skip to content

Commit

Permalink
Fix link to const description in clock exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
toy authored Nov 11, 2023
1 parent b19ba9f commit 23348fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/clock/.approaches/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ For more information, check the [Minimize duplicate code approach][approach-mini
[approach-minimize-duplicate-code]: https://exercism.org/tracks/c/exercises/clock/approaches/minimize-duplicate-code
[separating the concern]: https://en.wikipedia.org/wiki/Separation_of_concerns
[magic numbers]: https://en.wikipedia.org/wiki/Magic_number_(programming)
[const]: [https://go.dev/tour/basics/15](https://www.geeksforgeeks.org/const-qualifier-in-c/)
[const]: https://www.geeksforgeeks.org/const-qualifier-in-c/
[DRY]: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself

0 comments on commit 23348fd

Please sign in to comment.