swift-async-algorithms icon indicating copy to clipboard operation
swift-async-algorithms copied to clipboard

Documentation for interspersed(with:) contains a bad link

Open bbrk24 opened this issue 2 years ago • 0 comments

https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides/Intersperse.md has its "Source" link as https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncInterspersedSequence.swift, which is a 404. It appears the file has been moved to https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/Interspersed/AsyncInterspersedSequence.swift and the documentation was not updated.

bbrk24 avatar Aug 10 '23 14:08 bbrk24