diff --git a/README.md b/README.md index f52a206..0d99eb3 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ end ``` [mirage]: https://mirage.io/ -[happy-eyeballs]: https://github.com/roburio/happy-eyeballs +[happy-eyeballs]: https://github.com/robur-coop/happy-eyeballs [ocaml-tls]: https://github.com/mirleft/ocaml-tls [paf]: https://github.com/dinosaure/paf-le-chien -[http-lwt-client]: https://github.com/roburio/http-lwt-client +[http-lwt-client]: https://github.com/robur-coop/http-lwt-client diff --git a/http-mirage-client.opam b/http-mirage-client.opam index ab8300a..fb6ca1b 100644 --- a/http-mirage-client.opam +++ b/http-mirage-client.opam @@ -5,8 +5,8 @@ authors: [ "Robur Team " ] license: "MIT" -homepage: "https://github.com/roburio/http-mirage-client" -bug-reports: "https://github.com/roburio/http-mirage-client/issues" +homepage: "https://github.com/robur-coop/http-mirage-client" +bug-reports: "https://github.com/robur-coop/http-mirage-client/issues" depends: [ "dune" {>= "2.3"} "ocaml" {>= "4.11.0"} @@ -37,4 +37,4 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: "git+https://github.com/roburio/http-mirage-client.git" +dev-repo: "git+https://github.com/robur-coop/http-mirage-client.git"