Skip to content

Commit 5772d07

Browse files
authored
fix dead link (#5572)
1 parent aaaa175 commit 5772d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Welcome to [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python)! Befo
2828
* When the `solution` function is called without any arguments like so: `solution()`, it should return the answer to the problem.
2929

3030
* Every function, which includes all the helper functions, if any, and the main solution function, should have `doctest` in the function docstring along with a brief statement mentioning what the function is about.
31-
* There should not be a `doctest` for testing the answer as that is done by our Travis CI build using this [script](https://github.com/TheAlgorithms/Python/blob/master/project_euler/validate_solutions.py). Keeping in mind the above example of [Problem 1](https://projecteuler.net/problem=1):
31+
* There should not be a `doctest` for testing the answer as that is done by our Travis CI build using this [script](https://github.com/TheAlgorithms/Python/blob/master/scripts/validate_solutions.py). Keeping in mind the above example of [Problem 1](https://projecteuler.net/problem=1):
3232

3333
```python
3434
def solution(limit: int = 1000):

0 commit comments

Comments
 (0)