Skip to content

Commit 242338e

Browse files
Merge pull request ossu#1088 from Maheshkumar-novice/patch-2
Update exercism url to point to the current url
2 parents 7a592ec + c592ade commit 242338e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coursepages/ostep/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ CS 50 doesn't quite cover enough C for OSTEP, but if you've already taken CS 50,
113113
Additional (***optional***) resources include:
114114
* [CS 50 Manual Pages](https://manual.cs50.io): a great reference for looking up C library functions; most functions include both the usual manual as well as a beginner-friendly "less comfortable" option (just note that the "less comfortable" version uses `string` as an alias for `char *`.)
115115
* [cdecl](https://cdecl.org): a tool to translate C gibberish into English.
116-
* [C track on exercism.io](https://exercism.io/tracks/C): additional practice exercises.
116+
* [C track on exercism.org](https://exercism.org/tracks/C): additional practice exercises.
117117
* [Secure Coding Practices in C and C++](https://www.amazon.com/dp/0321822137): if you want to understand why other C resources are so unsafe.
118118
* [*The C Programming Language*](https://www.amazon.com/dp/0131103628): the original book on C by its creators. Too outdated for OSTEP, but a good read if you manage to find a copy.
119119

0 commit comments

Comments
 (0)