Skip to content

Commit b9477ae

Browse files
authored
Fix metadata source_url for simple-linked-list exercise (#1649)
Previous web.archive.org link pointed to the book homepage. Change it to point to simple-linked-list page.
1 parent 18971b4 commit b9477ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
blurb: "Write a simple linked list implementation that uses Elements and a List"
33
source: "Inspired by 'Data Structures and Algorithms with Object-Oriented Design Patterns in Ruby', singly linked-lists."
4-
source_url: "https://web.archive.org/web/20160414064110/http://www.brpreiss.com/books/opus8/"
4+
source_url: "https://web.archive.org/web/20160731005714/http://brpreiss.com/books/opus8/html/page96.html"

0 commit comments

Comments
 (0)