From 746d848baca3436ca74fdab2750d14070b92002b Mon Sep 17 00:00:00 2001 From: edmondfrank Date: Sun, 28 Apr 2024 15:34:09 +0800 Subject: [PATCH] Update obsolete links in the docs (#100) Signed-off-by: EdmondFrank --- lib/plug/cowboy.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/plug/cowboy.ex b/lib/plug/cowboy.ex index b3e7a3f..4d23536 100644 --- a/lib/plug/cowboy.ex +++ b/lib/plug/cowboy.ex @@ -34,10 +34,10 @@ defmodule Plug.Cowboy do Defaults to false. * `:stream_handlers` - List of Cowboy `stream_handlers`, - see [Cowboy docs](https://ninenines.eu/docs/en/cowboy/2.5/manual/cowboy_http/). + see [Cowboy docs](https://ninenines.eu/docs/en/cowboy/2.12/manual/cowboy_http/). * `:protocol_options` - Specifies remaining protocol options, - see [Cowboy docs](https://ninenines.eu/docs/en/cowboy/2.5/manual/cowboy_http/). + see [Cowboy docs](https://ninenines.eu/docs/en/cowboy/2.12/manual/cowboy_http/). * `:transport_options` - A keyword list specifying transport options, see [Ranch docs](https://ninenines.eu/docs/en/ranch/1.7/manual/ranch/). @@ -70,7 +70,7 @@ defmodule Plug.Cowboy do Keep in mind though increasing those limits can pose a security risk. Other times, browsers and proxies along the way may have equally strict limits, which means the request will still fail or the URL will be - pruned. You can [consult all limits here](https://ninenines.eu/docs/en/cowboy/2.5/manual/cowboy_http/). + pruned. You can [consult all limits here](https://ninenines.eu/docs/en/cowboy/2.12/manual/cowboy_http/). ## Loopback vs Public IP Addresses