diff --git a/src/routes.mli b/src/routes.mli index 243cf6d..7458c31 100644 --- a/src/routes.mli +++ b/src/routes.mli @@ -6,7 +6,7 @@ module Method : sig (** HTTP methods. This is an optional input for route matching. - The current types are chosen to be compatible with what Httpaf uses - {{:link} https://github.com/inhabitedtype/httpaf/blob/c2ee924eaccd2adb2e6aea0b9bc6a0ffe6132723/lib/method.ml}. *) + The current types are chosen to be compatible with what Httpaf uses - {{:https://github.com/inhabitedtype/httpaf/blob/c2ee924eaccd2adb2e6aea0b9bc6a0ffe6132723/lib/method.ml} link}. *) type t = [ `CONNECT | `DELETE