Skip to content

Commit c203623

Browse files
authored
fix Finger and Radix trees URLs (#12)
1 parent 94ebdb3 commit c203623

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/resources.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ category = "structures and algorithms"
5050

5151
[[resources]]
5252
name = "Finger Tree"
53-
url = "https://en.wikipedia.org/wiki/Finger_tree)"
53+
url = "https://en.wikipedia.org/wiki/Finger_tree"
5454
category = "structures and algorithms"
5555

5656
[[resources]]
5757
name = "Radix Tree"
58-
url = "https://en.wikipedia.org/wiki/Radix_tree)"
58+
url = "https://en.wikipedia.org/wiki/Radix_tree"
5959
category = "structures and algorithms"
6060

6161
[[resources]]
@@ -71,4 +71,4 @@ category = "structures and algorithms"
7171
[[resources]]
7272
name = "Xiph.org digital show-and-tell: Exploring sample rate and bit depth"
7373
url = "https://xiph.org/video/vid2.shtml"
74-
category = "misc"
74+
category = "misc"

0 commit comments

Comments
 (0)