Skip to content

Commit 4bdfdb5

Browse files
committed
fix collections links
1 parent 4a6d3d4 commit 4bdfdb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Additional material:
3030
1. [Hash Tables](#hash-tables).
3131
1. [Heaps](#heaps).
3232
1. [Collections](#collections):
33-
1. [namedtuple](#collections.namedtuple).
34-
1. [defaultdict](#collections.defaultdict).
35-
1. [Counter](#collections.counter).
36-
1. [OrderedDict](#collections.ordereddict).
33+
1. [namedtuple](#collectionsnamedtuple).
34+
1. [defaultdict](#collectionsdefaultdict).
35+
1. [Counter](#collectionscounter).
36+
1. [OrderedDict](#collectionsordereddict).
3737

3838
## Primitive Types
3939

0 commit comments

Comments
 (0)