Skip to content

Commit a7af762

Browse files
kkotenkovindarel
authored andcommitted
make absolute link to equality.html relative
The link was broken on https://lispcookbook.github.io/cl-cookbook/data-structures.html#comparing-hash-tables
1 parent b3ba974 commit a7af762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-structures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ library (in Quicklisp) has the functions `hash-table-keys` and
10501050

10511051
Use `equalp` to compare the equality of hash-tables, element by
10521052
element. `equalp` is case-insensitive for strings. Read more in our
1053-
[equality](/equality.html) section.
1053+
[equality](equality.html) section.
10541054

10551055

10561056
### Testing for the Presence of a Key in a Hash Table

0 commit comments

Comments
 (0)