fix broken link; add trailing slashes

This commit is contained in:
David Eisinger
2024-11-08 09:48:54 -05:00
parent b713d4e366
commit d66ded24a7
17 changed files with 23 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ docs](http://egonschiele.github.io/contracts.ruby/), I couldn't wait to
try it out. I'd been doing some functional programming as part of our
ongoing programming challenge series, and saw an opportunity to use
Contracts to rewrite my Ruby solution to the [One-Time
Pad](/elsewhere/otp-a-language-agnostic-programming-challenge)
Pad](/elsewhere/otp-a-language-agnostic-programming-challenge/)
problem. Check out my [rewritten `encrypt`
program](https://github.com/vigetlabs/otp/blob/master/languages/Ruby/encrypt):