Skip to content

Commit 44e51e8

Browse files
committed
fix test file name and docs links
1 parent e45da9c commit 44e51e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
- python: 3.6
1313
env: TOX_ENV=py36
1414
install:
15-
- pip install -r test_requirements.txt
15+
- pip install -r tests_requirements.txt
1616
before_script:
1717
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
1818
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ print(binary_search(arr, 3))
5555
# Tree
5656

5757
- Searches
58-
- [Binary Search](docs/searches/binary-search)
58+
- [Binary Search](https://python.allalgorithms.com/searches/binary-search)
5959
- Sorting
60-
- [Merge Sort](docs/sorting/merge-sort)
60+
- [Merge Sort](https://python.allalgorithms.com/sorting/merge-sort)
6161

6262

6363
# Related

0 commit comments

Comments
 (0)