From 2dead6126bcc59a509b395225c3cefdfb57ac1b8 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Fri, 15 Jul 2016 10:33:15 +0100 Subject: [PATCH] Fix typo in opam's doc field ... --- opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam b/opam index 7b6ee13..5c123e4 100644 --- a/opam +++ b/opam @@ -5,7 +5,7 @@ license: "ISC" homepage: "https://github.com/mirage/ocaml-9p" dev-repo: "https://github.com/mirage/ocaml-9p.git" bug-reports: "https://github.com/mirage/ocaml-9p/issues" -doc: "https://mirage.github.com/ocaml-9p/" +doc: "https://mirage.github.io/ocaml-9p/" build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" pinned "--with-lambda-term" lambda-term:installed]