Skip to content

Commit

Permalink
Fix reddit links with internet archive (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor authored Dec 13, 2023
1 parent eec49c8 commit c587d2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exercises/rest-api/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ Your task is to implement a simple [RESTful API][restful-wikipedia] that receive
[restful-wikipedia]: https://en.wikipedia.org/wiki/Representational_state_transfer
[iou]: https://en.wikipedia.org/wiki/IOU
[github-rest]: https://developer.github.com/v3/
[reddit-rest]: https://www.reddit.com/dev/api/
[reddit-rest]: https://web.archive.org/web/20231202231149/https://www.reddit.com/dev/api/
[restfulapi]: https://restfulapi.net/
2 changes: 1 addition & 1 deletion exercises/spiral-matrix/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blurb = "Given the size, return a square matrix of numbers in spiral order."
source = "Reddit r/dailyprogrammer challenge #320 [Easy] Spiral Ascension."
source_url = "https://www.reddit.com/r/dailyprogrammer/comments/6i60lr/20170619_challenge_320_easy_spiral_ascension/"
source_url = "https://web.archive.org/web/20230607064729/https://old.reddit.com/r/dailyprogrammer/comments/6i60lr/20170619_challenge_320_easy_spiral_ascension/"
title = "Spiral Matrix"
2 changes: 1 addition & 1 deletion exercises/transpose/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "Transpose"
blurb = "Take input text and output it transposed."
source = "Reddit r/dailyprogrammer challenge #270 [Easy]."
source_url = "https://www.reddit.com/r/dailyprogrammer/comments/4msu2x/challenge_270_easy_transpose_the_input_text"
source_url = "https://web.archive.org/web/20230630051421/https://old.reddit.com/r/dailyprogrammer/comments/4msu2x/challenge_270_easy_transpose_the_input_text/"

0 comments on commit c587d2c

Please sign in to comment.