Odoc_html.Link
module Url = Odoc_document.Url
type resolve =
| Current of Url.Path.t
| Base of string
val href : config:Odoc_html__.Config.t -> resolve:resolve -> Url.t -> string
module Path : sig ... end