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 reddit links with internet archive #2353

Merged
merged 1 commit into from
Dec 13, 2023
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
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/"