diff --git a/docs/DEV.md b/docs/DEV.md index d137ce6..145c4fa 100644 --- a/docs/DEV.md +++ b/docs/DEV.md @@ -108,7 +108,7 @@ Typical uses: - inspect transaction fields - apply or undo balance-sheet effects -For user-facing transaction behavior, see [TRANSACTIONS.md](TRANSACTIONS.md). +For user-facing transaction behavior, see [TRANSACTIONS.md](./TRANSACTIONS.md). ### Common Hashing and Types @@ -148,7 +148,7 @@ Typical uses: - inspect client request helpers - inspect response structures -For raw client handshake notes, see [DEV_CLIENTS.md](DEV_CLIENTS.md). +For raw client handshake notes, see [DEV_CLIENTS.md](./DEV_CLIENTS.md). ### Standalone Tool Connections @@ -225,7 +225,7 @@ When adding a tool: - use `standalone_tools::connections` for RPC client requests - keep RPC payloads binary across the TCP stream - print human-readable or JSON-decoded output only after the binary response is received -- add the tool to [CLI_TOOLS.md](CLI_TOOLS.md) +- add the tool to [CLI_TOOLS.md](./CLI_TOOLS.md) ## Adding New RPC Commands @@ -243,8 +243,8 @@ When adding a command: ## Documentation Map - [README.md](../README.md): build, configure and start a node -- [CLI_TOOLS.md](CLI_TOOLS.md): command-line tool reference -- [TRANSACTIONS.md](TRANSACTIONS.md): transaction behavior reference -- [POSTGRES.md](POSTGRES.md): manual PostgreSQL setup -- [SETTINGS.md](SETTINGS.md): `settings.ini` field reference -- [DEV_CLIENTS.md](DEV_CLIENTS.md): low-level client handshake and request notes +- [CLI_TOOLS.md](./CLI_TOOLS.md): command-line tool reference +- [TRANSACTIONS.md](./TRANSACTIONS.md): transaction behavior reference +- [POSTGRES.md](./POSTGRES.md): manual PostgreSQL setup +- [SETTINGS.md](./SETTINGS.md): `settings.ini` field reference +- [DEV_CLIENTS.md](./DEV_CLIENTS.md): low-level client handshake and request notes