Skip to content

Commit a609eab

Browse files
authored
little broken link fix
1 parent ae229a9 commit a609eab

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/contributing.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
## See
66

77
- [General Rules](#general-rules)
8-
- [All ▲lgorithms Structure](#all-lgorithms-structure)
9-
- [Adding new algorithms](adding-new-algorithms)
8+
- [All ▲lgorithms Structure](#all-lgorithms-structure)
9+
- [Adding new algorithms](#adding-new-algorithms)
1010
- [Style](#style)
1111
- [Adding Documentation](#adding-documentation)
1212
- [Run it online](#run-it-online)
@@ -31,9 +31,8 @@
3131
│ │── binary_search.cpp
3232
│ └── linear_search.cpp
3333
└── math
34-
├── third-algorithm
35-
├── third_algorithm.js
36-
└── fourth_algorithm.js
34+
├── third-algorithm.cpp
35+
└── fourth_algorithm.cpp
3736
```
3837

3938
### Adding new algorithms

0 commit comments

Comments
 (0)