Skip to content

Commit e7c38fb

Browse files
committed
Fix markdown dead links
1 parent e00f50f commit e7c38fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ CTL is being developed by MLabs. The following companies/funds have contributed
7979
- [Catalyst Fund8](https://cardano.ideascale.com/c/idea/396607)
8080
- [Catalyst Fund9](https://cardano.ideascale.com/c/idea/420791)
8181
- [Catalyst Fund10](https://cardano.ideascale.com/c/idea/101478)
82-
- [Intersect MBO](https://docs.intersectmbo.org/intersect-community-grants/grant-projects)
82+
- [Intersect MBO](https://www.intersectmbo.org/grants)
8383
- [MLabs](https://mlabs.city/)
8484
- [Indigo Protocol](https://indigoprotocol.io/)
8585
- [Equine](https://www.equine.gg/)

doc/ctl-as-dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Do note that `runLocalTestnetTest` in `overlays.purescript` requires the presenc
2626
To see an example project that uses both `overlays`, please refer to our [scaffolding template](../templates/ctl-scaffold/flake.nix). You can also use this template to conveniently initialize a new CTL-based project (`nix flake init -t github:Plutonomicon/cardano-transaction-lib` in a new directory). It will take a significant amount of time for spago to download the dependencies.
2727

2828
## Upgrading CTL
29-
Unfortunately, upgrading CTL remains a relatively involved process. However, it has been partially simplified with the introduction of our [Cardano domain PureScript package set](https://github.com/mlabs-haskell/purescript-cardano-package-set) and the aggregate [NPM package](https://www.npmjs.com/package/@mlabs-haskell/ctl-npm-meta). This complexity arises partly from the scale of the project itself and in part due to features inherent to Spago's approach to dependency management. The following assumes that you are using a project based on Nix flakes and using our overlays as outlined above.
29+
Unfortunately, upgrading CTL remains a relatively involved process. However, it has been partially simplified with the introduction of our [Cardano domain PureScript package set](https://github.com/mlabs-haskell/purescript-cardano-package-set) and the aggregate @mlabs-haskell/ctl-npm-meta NPM package. This complexity arises partly from the scale of the project itself and in part due to features inherent to Spago's approach to dependency management. The following assumes that you are using a project based on Nix flakes and using our overlays as outlined above.
3030

3131
Make sure to perform **all** of the following steps, otherwise you **will** encounter difficult-to-debug issues:
3232

0 commit comments

Comments
 (0)