Skip to content

Commit ef83e9b

Browse files
committed
Fix docs for opam
1 parent 4d976ce commit ef83e9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
(license MIT)
1616

17-
(documentation https://url/to/documentation)
17+
(documentation https://kayceesrk.github.io/hdr_histogram_ocaml/)
1818

1919
(package
2020
(name hdr_histogram)

hdr_histogram.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors: ["KC Sivaramakrishnan"]
77
license: "MIT"
88
tags: ["histogram" "tail latency"]
99
homepage: "https://github.com/kayceesrk/hdr_histogram_ocaml"
10-
doc: "https://url/to/documentation"
10+
doc: "https://kayceesrk.github.io/hdr_histogram_ocaml/"
1111
bug-reports: "https://github.com/kayceesrk/hdr_histogram_ocaml/issues"
1212
depends: [
1313
"ocaml"

0 commit comments

Comments
 (0)