Skip to content

Commit

Permalink
docs: fix filename in example (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
efgpinto authored May 14, 2024
1 parent cfc9167 commit 57f443d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ that the server ConnectionContext SSLEngine was set up with either `setWantClien
## Example

Scala
: @@snip [TimeoutDirectivesExamplesSpec.scala](/akka-http-tests/src/test/scala/akka/http/scaladsl/server/directives/TlsDirectiveSpec.scala) { #client-cert }
: @@snip [TlsDirectiveSpec.scala](/akka-http-tests/src/test/scala/akka/http/scaladsl/server/directives/TlsDirectiveSpec.scala) { #client-cert }

Java
: @@snip [TimeoutDirectivesExamplesTest.java](/docs/src/test/java/docs/http/javadsl/server/directives/TlsDirectivesExamplesTest.java) { #client-cert }
: @@snip [TlsDirectivesExamplesTest.java](/docs/src/test/java/docs/http/javadsl/server/directives/TlsDirectivesExamplesTest.java) { #client-cert }

0 comments on commit 57f443d

Please sign in to comment.