We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5758e3 commit 4a15b68Copy full SHA for 4a15b68
bin_tree.opam
@@ -8,7 +8,7 @@ authors: ["Bryan (Ahhj93)"]
8
license: "MIT"
9
tags: ["binary_tree" "algorithm" "tree" "data_structure"]
10
homepage: "https://github.com/Ahhj93/bin_tree"
11
-doc: "https://github.com/Ahhj93/bin_tree-docs"
+doc: "https://ahhj93.github.io/bin_tree/"
12
bug-reports: "https://github.com/Ahhj93/bin_tree/issues"
13
depends: [
14
"ocaml"
dune-project
@@ -13,7 +13,7 @@
(license MIT)
15
16
-(documentation https://github.com/Ahhj93/bin_tree-docs)
+(documentation https://ahhj93.github.io/bin_tree/)
17
18
(package
19
(name bin_tree)
0 commit comments