From 4a15b68a5173aa6ff5c109b88deb758aae9e6b9d Mon Sep 17 00:00:00 2001 From: Ahhj93 <69793084+Ahhj93@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:42:54 +0100 Subject: [PATCH] :wrench: update url doc --- bin_tree.opam | 2 +- dune-project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin_tree.opam b/bin_tree.opam index 7a7b6be..0180a6e 100644 --- a/bin_tree.opam +++ b/bin_tree.opam @@ -8,7 +8,7 @@ authors: ["Bryan (Ahhj93)"] license: "MIT" tags: ["binary_tree" "algorithm" "tree" "data_structure"] homepage: "https://github.com/Ahhj93/bin_tree" -doc: "https://github.com/Ahhj93/bin_tree-docs" +doc: "https://ahhj93.github.io/bin_tree/" bug-reports: "https://github.com/Ahhj93/bin_tree/issues" depends: [ "ocaml" diff --git a/dune-project b/dune-project index f73492a..870a3ec 100644 --- a/dune-project +++ b/dune-project @@ -13,7 +13,7 @@ (license MIT) -(documentation https://github.com/Ahhj93/bin_tree-docs) +(documentation https://ahhj93.github.io/bin_tree/) (package (name bin_tree)