Skip to content

Commit

Permalink
Fix "next" link to hash table page
Browse files Browse the repository at this point in the history
  • Loading branch information
freefal committed Aug 23, 2017
1 parent a9dfe15 commit 1e88fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ an array, and iterating through the array when searching. Associative arrays and
hash tables are often confused because associative arrays are so often
implemented as hash tables.

Next section: [Hash table structure](/hash-table)
Next section: [Hash table structure](/02-hash-table)
[Table of contents](https://github.com/jamesroutley/write-a-hash-table#contents)

0 comments on commit 1e88fe4

Please sign in to comment.