diff --git a/README.md b/README.md index 82b6e12385..35f30c4e80 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ See the [Contributing guide](CONTRIBUTING.md) for how to contribute to this proj Development documentation can be found in [Cardano Node Wiki](https://github.com/input-output-hk/cardano-node-wiki/wiki). -Haddock documentation is available at: https://input-output-hk.github.io/cardano-cli/ +Haddock documentation is available at: https://cardano-cli.cardano.intersectmbo.org/ diff --git a/cabal.project b/cabal.project index d99bfebf5b..da14c9a0e1 100644 --- a/cabal.project +++ b/cabal.project @@ -1,6 +1,6 @@ -- Custom repository for cardano haskell packages, see CONTRIBUTING for more repository cardano-haskell-packages - url: https://input-output-hk.github.io/cardano-haskell-packages + url: https://chap.intersectmbo.org/ secure: True root-keys: 3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f diff --git a/flake.nix b/flake.nix index 1c8275ea91..a01b91b2b4 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ # nix flake lock --update-input CHaP # inputMap = { - "https://input-output-hk.github.io/cardano-haskell-packages" = inputs.CHaP; + "https://chap.intersectmbo.org/" = inputs.CHaP; }; # tools we want in our shell, from hackage shell.tools =