Skip to content

Commit

Permalink
Fix broken link.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahar4 committed Aug 21, 2023
1 parent 829ef50 commit 85b8843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/external-node/01_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The `debug` namespace gives access to several non-standard RPC methods, which wi
calls and transactions.

This namespace is disabled by default and can be configured via setting `EN_API_NAMESPACES` as described in the
[example config](docs/external-node/prepared_configs/mainnet-config.env).
[example config](prepared_configs/mainnet-config.env).

Available methods:

Expand Down
2 changes: 1 addition & 1 deletion docs/external-node/03_running.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace. If you want to clear some space and aren't using the `debug` namespac

- clear it with a simple query `DELETE FROM call_traces;`
- leave the `debug` namespace disabled via the `EN_API_NAMESPACES` env var as described in the
[example config](docs/external-node/prepared_configs/mainnet-config.env).
[example config](prepared_configs/mainnet-config.env).

## Infrastructure

Expand Down

0 comments on commit 85b8843

Please sign in to comment.