Skip to content

Commit

Permalink
chore(website): make prover endpoint step more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Sep 19, 2023
1 parent 12e4250 commit dd8cabd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/website/pages/docs/guides/enable-a-proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Set the following environment variables to enable your node as a proposer:

Doing this is optional if you are already running a local prover. See [enable a prover](/docs/guides/enable-a-prover) for more information on how to set that up. By default the proposer will select your local prover to provide bonds for the proposed blocks.

If you are not running a local prover, then you can specify a prover from the [prover market](/docs/reference/prover-market) by overriding the default value for:
If you are not running a local prover, then you can specify a prover from the [prover market](/docs/reference/prover-market-page) by overriding the default value for:

- `PROVER_ENDPOINTS`

Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/docs/guides/enable-a-prover.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You can check all commands to see prover logs in the [node runner manual](/docs/

### Register your prover (optionally)

Add your prover to the [prover registration page](/docs/reference/prover-market.mdx) so that other block proposers can find your prover and request bonds.
Add your prover to the [prover registration page](/docs/reference/prover-market-page) so that other block proposers can find your prover and request bonds.

</Steps>

Expand Down

0 comments on commit dd8cabd

Please sign in to comment.