From 9356bd557b1838804502f2e7c0d4ace18b8d0864 Mon Sep 17 00:00:00 2001 From: WalkerWatch Date: Wed, 18 Oct 2017 16:28:17 -0400 Subject: [PATCH] Fixing link discrepancy --- .../asciidoc/development/handlers/writing-custom-handlers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty-documentation/src/main/asciidoc/development/handlers/writing-custom-handlers.adoc b/jetty-documentation/src/main/asciidoc/development/handlers/writing-custom-handlers.adoc index 1fc7b2418a3..c5238666e60 100644 --- a/jetty-documentation/src/main/asciidoc/development/handlers/writing-custom-handlers.adoc +++ b/jetty-documentation/src/main/asciidoc/development/handlers/writing-custom-handlers.adoc @@ -171,4 +171,4 @@ This is typically used to pass a request to a link:{JDURL}/org/eclipse/jetty/ser [[more-about-handlers]] ==== More About Handlers -See the link:{JDURL}/[latest Jetty Source XRef] and the link:{JDURL}/[latest Jetty JavaDoc] for detailed information on each Jetty handler. +See the link:{JDURL}/[latest Jetty JavaDoc] for detailed information on each Jetty handler.