Skip to content

Commit 27f819b

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/building-running.md

+3-3
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

doc/community-tools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Community tools
1+
# Community tools
22

33
This section provides a list of community-developed tools that integrate with cardano-db-sync. We appreciate the efforts of these developers in expanding the ecosystem. If you have a tool you'd like to add to this list, please open an issue or a pull request.
44

doc/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ This will effect all governance related data/functionality.
552552
`remove_jsonb_from_schema`
553553

554554
To improve inserting performance you can remove Jsonb data types in the schema. They can be reintroduced by using `disable` or by simply not using all together.
555-
A warning will logw if `remove_jsonb_from_schema` was previously set to `enable` and then either removed from the configuration file or set to `disabled`.
555+
A warning will log if `remove_jsonb_from_schema` was previously set to `enable` and then either removed from the configuration file or set to `disabled`.
556556

557557
* Type: `string`
558558

0 commit comments

Comments
 (0)