Skip to content

Commit 235ee62

Browse files
authored
Fix invalid link on netty server (#4746)
1 parent 5607b8d commit 235ee62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/server/netty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ val binding: Future[NettyFutureServerBinding] =
4949
The `tapir-netty-server-sync` server uses `Identity[T]` as its wrapper effect for compatibility; `Identity[A]` means in
5050
fact just `A`, representing direct style. It is available only for Scala 3.
5151

52-
See [examples/HelloWorldNettySyncServer.scala](https://github.com/softwaremill/tapir/blob/master/examples/src/main/scala/sttp/tapir/examples/HelloWorldNettySyncServer.scala) for a full example.
52+
See [examples/helloWorldNettySyncServer.scala](https://github.com/softwaremill/tapir/blob/master/examples/src/main/scala/sttp/tapir/examples/helloWorldNettySyncServer.scala) for a full example.
5353

5454
To provide server logic for an endpoint when using the `-sync` server, you can use the dedicated `handle`
5555
methods, and its variants. This provides better type inference.

0 commit comments

Comments
 (0)