diff --git a/README.md b/README.md index 671c0a2..86dc898 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Trace -[![Build and Test](https://github.com/c-cube/trace/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/trace/actions/workflows/main.yml) +[![Build and Test](https://github.com/c-cube/ocaml-trace/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/ocaml-trace/actions/workflows/main.yml) This small library provides basic types that can be used to instrument a library or application, either by hand or via a ppx. diff --git a/dune-project b/dune-project index cf518e2..5b5b2ac 100644 --- a/dune-project +++ b/dune-project @@ -5,7 +5,7 @@ (version 0.2) (source - (github c-cube/trace)) + (github c-cube/ocaml-trace)) (authors "Simon Cruanes") (maintainers "Simon Cruanes") (license MIT)