Skip to content

Commit e562570

Browse files
Fix broken image in permutations README (Fixes trekhleb#2049)
1 parent f51ffa7 commit e562570

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/algorithms/sets/permutations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ n * (n-1) * (n -2) * ... * 1 = n!
2929
When repetition is allowed we have permutations with repetitions.
3030
For example the the lock below: it could be `333`.
3131

32-
![Permutation Lock](https://www.mathsisfun.com/combinatorics/images/combination-lock.jpg)
32+
![Permutation Lock](./images/permutations-lock.png)
3333

3434
**Number of combinations**
3535

Loading

0 commit comments

Comments
 (0)