Skip to content

Commit da20d15

Browse files
docs: update builiding and running instruction
1 parent 17920c7 commit da20d15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/building-running.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ nix run .#mainnet/node
3636
```
3737

3838
More detailed instructions on GHC, Cabal, libraries and `cardano-node` setup can be found here:
39-
- [Installing Cardano Node from source](https://github.com/IntersectMBO/cardano-node/blob/master/doc/getting-started/install.md)
40-
- [Building Cardano Node with nix](https://github.com/IntersectMBO/cardano-node/blob/master/doc/getting-started/building-the-node-using-nix.md)
39+
- [Installing Cardano Node from source](https://developers.cardano.org/docs/get-started/cardano-node/installing-cardano-node/#building-from-source)
40+
- [Building Cardano Node with nix](https://developers.cardano.org/docs/get-started/cardano-node/installing-cardano-node/#building-via-nix)
4141

4242
### Set up and run the db-sync node
4343

4444
- Install secp256k1 library as a prerequisite for building with cabal:
4545

4646
``` shell
47-
./scripts/secp256k1-setup.sh ac83be33d0956faf6b7f61a60ab524ef7d6a473a
47+
./scripts/secp256k1-setup.sh acf5c55ae6a94e5ca847e07def40427547876101
4848
# Check ./github/workflows/haskell.yml to validate the git sha above.
4949

5050
# On Linux

0 commit comments

Comments
 (0)