Skip to content

Commit b71eb87

Browse files
committed
Fix documentation link
1 parent a4aaa63 commit b71eb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/HummingbirdHTTP2/HTTP2Channel+ConfigReader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extension HTTP2Channel.Configuration {
2626
/// - `h2.graceful.close.timeout` (double optional): Time in seconds to wait for client response after
2727
/// all streams have been closed.
2828
/// - `h2.max.age.timeout` (double optional): Maximum time in seconds a connection can stay open.
29-
/// - `h2.stream`: HTTP2 stream options. See ``HTTP1Channel/Configuration/init(reader:)``
29+
/// - `h2.stream`: HTTP2 stream options. See ``HummingbirdCore/HTTP1Channel/Configuration/init(reader:)``
3030
///
3131
/// - Parameters
3232
/// - reader: ConfigReader

0 commit comments

Comments
 (0)