Skip to content

Commit 9b29c5d

Browse files
authored
Update links.json (#735)
* Update links.json This seems like a copy and paste error from the characters 1. The existing link was pointing to the introduction of characters from the spec, nothing to do with arrays 2. There is no "introduction to arrays" in the spec. The closest useful thing I can find is "The Array Dictionary" from the spec. * Update links.json * Update links.json
1 parent 09332bb commit 9b29c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/arrays/links.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "http://www.lispworks.com/documentation/HyperSpec/Body/13_aa.htm",
4-
"description": "Introduction to arrays from the specification"
3+
"url": "http://www.lispworks.com/documentation/HyperSpec/Body/15_.htm",
4+
"description": "Arrays from the specification"
55
}
66
]

0 commit comments

Comments
 (0)