Skip to content

Commit 9d83fff

Browse files
authored
[Channel] Fix Source links in documentation (#264)
1 parent e6b21d2 commit 9d83fff

File tree

1 file changed

+2
-2
lines changed
  • Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides

1 file changed

+2
-2
lines changed

Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides/Channel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author(s): [Philippe Hausler](https://github.com/phausler)
44

55
[
6-
[Source](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncChannel.swift),
7-
[Source](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncThrowingChannel.swift) |
6+
[Source](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/Channels/AsyncChannel.swift),
7+
[Source](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/Channels/AsyncThrowingChannel.swift) |
88
[Tests](https://github.com/apple/swift-async-algorithms/blob/main/Tests/AsyncAlgorithmsTests/TestChannel.swift)
99
]
1010

0 commit comments

Comments
 (0)