diff options
Diffstat (limited to 'docs/wiki_src/coding/data-structures.md')
-rw-r--r-- | docs/wiki_src/coding/data-structures.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wiki_src/coding/data-structures.md b/docs/wiki_src/coding/data-structures.md index 470e05d..35e5d63 100644 --- a/docs/wiki_src/coding/data-structures.md +++ b/docs/wiki_src/coding/data-structures.md @@ -113,7 +113,7 @@ the list. Strings are just a list of binary encoded bytes. You may use [`std/List`](/std/List.bruijn.html) in combination with -[`std/Number/Binary`](/std/Number/Binary.bruijn.html) to interact with +[`std/Number/Binary`](/std/Number_Binary.bruijn.html) to interact with them. Example: |