collab-community / collab-community/Leetcode-problem
[FIX] Broken links on `Twosum.md`
Open
- Dominant language
- C++
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
There are broken links on `Twosum.md` file :point_down:
https://github.com/collab-community/Leetcode-problem/blob/5c414f0ab9320552b77ee35b99f70fb6466be54d/Problem/Twosum.md?plain=1#L34-L36
Which are linked to the wrong path. Change it to the correct path as follows :point_down:
```markdown
[View Solution in C++](https://github.com/collab-community/Leetcode-problem/blob/main/Solution/cpp/TwoSum.cpp)
[View Solution in Java](https://github.com/collab-community/Leetcode-problem/blob/main/Solution/java/Twosum.java)
```
Contributor guide
Assessment
This issue has not been assessed yet.