Skip to content

Commit

Permalink
Update Simple Linked List metadata (#1648)
Browse files Browse the repository at this point in the history
Previous link was no longer working properly, so use web.archive.org
need this before merging exercism/rust#935
  • Loading branch information
treble37 authored Apr 15, 2020
1 parent 5f14f2e commit 18971b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/simple-linked-list/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
blurb: "Write a simple linked list implementation that uses Elements and a List"
source: "Inspired by 'Data Structures and Algorithms with Object-Oriented Design Patterns in Ruby', singly linked-lists."
source_url: "http://www.brpreiss.com/books/opus8/html/page96.html#SECTION004300000000000000000"
source_url: "https://web.archive.org/web/20160414064110/http://www.brpreiss.com/books/opus8/"

0 comments on commit 18971b4

Please sign in to comment.