aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/wiki_src/coding/data-structures.md
diff options
context:
space:
mode:
authorMarvin Borner2024-07-28 13:34:28 +0200
committerMarvin Borner2024-07-28 13:34:28 +0200
commit9ae3983e74c5a2301b3a595f47bbe8ce27eb6380 (patch)
tree7a677f377c7a1fec9f61bf18bda449be2273320f /docs/wiki_src/coding/data-structures.md
parent6ad85ef29f7da7846ccc779c7c2a192b4db301b1 (diff)
Improved documentation
Diffstat (limited to 'docs/wiki_src/coding/data-structures.md')
-rw-r--r--docs/wiki_src/coding/data-structures.md2
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: