Matter smart home protocol implementation for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix github.com/samoht URLs to tangled.org/gazagnaire.org

+3 -1
+3 -1
bin/matter_cli.ml
··· 250 250 "$(b,MATTER_LOG) can be set to configure logging levels (e.g., \ 251 251 $(b,debug) or $(b,info,matter.crypto:debug))."; 252 252 `S Manpage.s_bugs; 253 - `P "Report issues at https://github.com/samoht/ocaml-matter/issues"; 253 + `P 254 + "Report issues at \ 255 + https://tangled.org/gazagnaire.org/ocaml-matter/issues"; 254 256 ] 255 257 in 256 258 let info = Cmd.info "matter" ~version:"%%VERSION%%" ~doc ~man in