diff --git a/source/vibe/core/stream.d b/source/vibe/core/stream.d index 9ed26d757b..406e6c814e 100644 --- a/source/vibe/core/stream.d +++ b/source/vibe/core/stream.d @@ -145,7 +145,7 @@ interface Stream : InputStream, OutputStream { Connection streams are based on streaming socket connections, pipes and similar end-to-end streams. - See_also: vibe.core.new.TCPConnection + See_also: vibe.core.net.TCPConnection */ interface ConnectionStream : Stream { /** Determines The current connection status.