Eclipse SPDY docs moved

Motivation:
We provide a hyperlink to the docs for SPDY if the runtime is not setup correctly to help users. These docs have moved.

Modifications:
- Update the hyperlink to point to the new doc location.

Result:
Users are able to find docs more easily.
This commit is contained in:
Scott Mitchell 2015-08-05 08:23:35 -07:00
parent 2d4bef9b18
commit a4261d481c

View File

@ -25,7 +25,7 @@ public final class JdkNpnApplicationProtocolNegotiator extends JdkBaseApplicatio
{
if (!JdkNpnSslEngine.isAvailable()) {
throw new RuntimeException("NPN unsupported. Is your classpatch configured correctly?"
+ " See http://www.eclipse.org/jetty/documentation/current/npn-chapter.html#npn-starting");
+ " See https://wiki.eclipse.org/Jetty/Feature/NPN");
}
}