Skip to content

Commit 8c2654c

Browse files
authored
match casing of reference links to the casing of the actual referenced declaration/module (#2500)
1 parent ac695eb commit 8c2654c

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

Sources/NIO/Docs.docc/index.md

+25-26
Original file line numberDiff line numberDiff line change
@@ -151,32 +151,31 @@ The core SwiftNIO repository will contain a few extremely important protocol imp
151151
[repo-nio-transport-services]: https://github.com/apple/swift-nio-transport-services
152152
[repo-nio-ssh]: https://github.com/apple/swift-nio-ssh
153153

154-
[module-core]: ./niocore
155-
[module-posix]: ./nioposix
156-
[module-embedded]: ./nioembedded
157-
[module-concurrency-helpers]: ./nioconcurrencyhelpers
158-
[module-embedded]: ./nioembedded
159-
[module-foundation-compatibility]: ./niofoundationcompat
160-
[module-http1]: ./niohttp1
161-
[module-tls]: ./niotls
162-
[module-websocket]: ./niowebsocket
163-
[module-test-utilities]: ./niotestutils
164-
165-
[ch]: ./niocore/channelhandler
166-
[c]: ./niocore/channel
167-
[chc]: ./niocore/channelhandlercontext
168-
[ec]: ./nioembedded/embeddedchannel
169-
[el]: ./niocore/eventloop
170-
[eel]: ./nioembedded/embeddedeventloop
171-
[elg]: ./niocore/eventloopgroup
172-
[bb]: ./niocore/bytebuffer
173-
[elf]: ./niocore/eventloopfuture
174-
[elp]: ./niocore/eventlooppromise
175-
[cp]: ./niocore/channelpipeline
176-
[mtelg]: ./nioposix/multithreadedeventloopgroup
177-
[sb]: ./nioposix/serverbootstrap
178-
[cb]: ./nioposix/clientbootstrap
179-
[db]: ./nioposix/datagrambootstrap
154+
[module-core]: ./NIOCore
155+
[module-posix]: ./NIOPosix
156+
[module-embedded]: ./NIOEmbedded
157+
[module-concurrency-helpers]: ./NIOConcurrencyHelpers
158+
[module-foundation-compatibility]: ./NIOFoundationCompat
159+
[module-http1]: ./NIOHTTP1
160+
[module-tls]: ./NIOTLS
161+
[module-websocket]: ./NIOWebSocket
162+
[module-test-utilities]: ./NIOTestUtils
163+
164+
[ch]: ./NIOCore/ChannelHandler
165+
[c]: ./NIOCore/Channel
166+
[chc]: ./NIOCore/ChannelHandlerContext
167+
[ec]: ./NIOEmbedded/EmbeddedChannel
168+
[el]: ./NIOCore/EventLoop
169+
[eel]: ./NIOEmbedded/EmbeddedEventLoop
170+
[elg]: ./NIOCore/EventLoopGroup
171+
[bb]: ./NIOCore/ByteBuffer
172+
[elf]: ./NIOCore/EventLoopFuture
173+
[elp]: ./NIOCore/EventLoopPromise
174+
[cp]: ./NIOCore/ChannelPipeline
175+
[mtelg]: ./NIOPosix/MultiThreadedEventLoopGroup
176+
[sb]: ./NIOPosix/ServerBootstrap
177+
[cb]: ./NIOPosix/ClientBootstrap
178+
[db]: ./NIOPosix/DatagramBootstrap
180179
[pthreads]: https://en.wikipedia.org/wiki/POSIX_Threads
181180
[kqueue]: https://en.wikipedia.org/wiki/Kqueue
182181
[epoll]: https://en.wikipedia.org/wiki/Epoll

0 commit comments

Comments
 (0)