Skip to content

Commit

Permalink
fix link in mli
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsoni committed Apr 8, 2019
1 parent afe3882 commit 42b452b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42b452b

Please sign in to comment.