Skip to content

Commit 3709d18

Browse files
committed
Fix broken link
1 parent 4f235d3 commit 3709d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1884-unstable-sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ A: Because stability is a good default. A programmer might call a sort function
5454
without checking in the documentation whether it is stable or unstable. It is very
5555
intuitive to assume stability, so having `slice::sort` perform unstable sorting might
5656
cause unpleasant surprises.
57-
See this [story](https://medium.com/@cocotutch/a-swift-sorting-problem-e0ebfc4e46d4#.yfvsgjozx)
57+
See this [story](https://web.archive.org/web/20181006113551/https://medium.com/@topLayoutGuide/a-swift-sorting-problem-e0ebfc4e46d4)
5858
for an example.
5959

6060
**Q: Why does `slice::sort` allocate?**<br>

0 commit comments

Comments
 (0)