From 7291d0ccab5e256e0544808e4d4193a4d4d45342 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Tue, 14 Jul 2015 18:13:12 +0200 Subject: [PATCH] +doc fix link to RFC 7234 --- .../rst/java/http/routing-dsl/directives/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/akka-docs-dev/rst/java/http/routing-dsl/directives/index.rst b/akka-docs-dev/rst/java/http/routing-dsl/directives/index.rst index fdba78b675..da85f99cfc 100644 --- a/akka-docs-dev/rst/java/http/routing-dsl/directives/index.rst +++ b/akka-docs-dev/rst/java/http/routing-dsl/directives/index.rst @@ -23,7 +23,7 @@ BasicDirectives CacheConditionDirectives Contains a single directive ``conditional`` that wraps its inner route with support for Conditional Requests as defined - by http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26. + by `RFC 7234`_. CodingDirectives Contains directives to decode compressed requests and encode responses. @@ -56,4 +56,6 @@ SchemeDirectives Contains a single directive ``scheme`` to filter requests based on the URI scheme (http vs. https). WebsocketDirectives - Contains directives to support answering Websocket requests. \ No newline at end of file + Contains directives to support answering Websocket requests. + +.. _`RFC 7234`: http://tools.ietf.org/html/rfc7234 \ No newline at end of file