Skip to content

Commit f4b2b62

Browse files
committed
Remove duplicate links
1 parent 76b5383 commit f4b2b62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/internal/GeneralArchitectureGuide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ that require [operator privileges], populate the [audit logs] and perform some a
5151

5252
### HTTP server infrastructure
5353

54-
HTTP traffic is handled by an implementation of a [HttpServerTransport]. The [HttpServerTransport] is responsible for binding to a
54+
HTTP traffic is handled by an implementation of a [HttpServerTransport]. The `HttpServerTransport` is responsible for binding to a
5555
port, handling REST client connections, parsing received requests into [RestRequest] instances and dispatching those
56-
requests to a [HttpServerTransport.Dispatcher]. The [RestController] is an implementation of [HttpServerTransport.Dispatcher].
57-
The [HttpServerTransport] is pluggable. There is only a single [Netty-based implementation][Netty4HttpServerTransport]
58-
of [HttpServerTransport], but some plugins such as `Security` supply instances of it with
59-
additional configuration to implement features such as IP filtering or TLS (see [Security#getHttpTransports]).
56+
requests to a [HttpServerTransport.Dispatcher]. The [RestController] is an implementation of `HttpServerTransport.Dispatcher`.
57+
The `HttpServerTransport` is pluggable. There is only a single [Netty-based implementation][Netty4HttpServerTransport]
58+
of `HttpServerTransport`, but some plugins, such as `Security`, supply instances of it with
59+
additional configuration to implement features like IP filtering or TLS (see [Security#getHttpTransports]).
6060

6161
[ActionModule#initRestHandlers]:https://github.com/elastic/elasticsearch/blob/v9.0.1/server/src/main/java/org/elasticsearch/action/ActionModule.java#L814
6262
[ActionModule]:https://github.com/elastic/elasticsearch/blob/v9.0.1/server/src/main/java/org/elasticsearch/action/ActionModule.java

0 commit comments

Comments
 (0)