From cafad51648876ce5816765ab7369a3f34271609c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 19 Apr 2021 08:52:33 +0200 Subject: [PATCH] Fix wrong docs link --- lib/plug/cowboy.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plug/cowboy.ex b/lib/plug/cowboy.ex index 5f77b33..adb7a2d 100644 --- a/lib/plug/cowboy.ex +++ b/lib/plug/cowboy.ex @@ -158,7 +158,7 @@ defmodule Plug.Cowboy do Besides the options described in the module documentation, this function sets defaults and accepts all options defined - in `Plug.SSL.configure/2`. + in `Plug.SSL.configure/1`. ## Example