docs(coordinator): fix internal links to config files in README (#1272)

This commit is contained in:
Daniel Helm
2024-04-14 16:27:17 +08:00
committed by GitHub
parent 55b400c5fb
commit 4b32a44a70

View File

@@ -38,7 +38,7 @@ make lint
## Configure
The coordinator behavior can be configured using [`config.json`](config.json). Check the code comments under `ProverManager` in [`config/config.go`](config/config.go) for more details.
The coordinator behavior can be configured using [`conf/config.json`](conf/config.json). Check the code comments under `ProverManager` in [`internal/config/config.go`](internal/config/config.go) for more details.
## Start