diff --git a/akka-docs-dev/rst/scala/http/routing-dsl/directives/range-directives/withRangeSupport.rst b/akka-docs-dev/rst/scala/http/routing-dsl/directives/range-directives/withRangeSupport.rst index 49cabe507f..9d55a7f00f 100644 --- a/akka-docs-dev/rst/scala/http/routing-dsl/directives/range-directives/withRangeSupport.rst +++ b/akka-docs-dev/rst/scala/http/routing-dsl/directives/range-directives/withRangeSupport.rst @@ -38,7 +38,7 @@ settings from the ``akka.http.routing`` configuration. This directive is transparent to non-``GET`` requests. -See also: https://tools.ietf.org/html/draft-ietf-httpbis-p5-range/ +See also: https://tools.ietf.org/html/rfc7233 Example