From 9ae3983e74c5a2301b3a595f47bbe8ce27eb6380 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 28 Jul 2024 13:34:28 +0200 Subject: Improved documentation --- docs/wiki_src/coding/data-structures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/wiki_src/coding/data-structures.md') 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: -- cgit v1.2.3