From a53e5acbbc476ca877c53f856c3f704216b65885 Mon Sep 17 00:00:00 2001 From: contractless Date: Wed, 1 Jul 2026 04:59:35 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1f5c15b..7866b04 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The Windows installer downloads and installs PostgreSQL when needed, then create ### Manual PostgreSQL Setup -Manual PostgreSQL instructions should live in [docs/POSTGRES.md](docs/POSTGRES.md). Until that file is fully written, use the CLI installer unless you already know how to create the database, user and permissions manually. +Manual PostgreSQL instructions should live in [docs/POSTGRES.md](src/branch/main/docs/POSTGRES.md). Until that file is fully written, use the CLI installer unless you already know how to create the database, user and permissions manually. ## Settings Configuration @@ -167,7 +167,7 @@ dbname = contractless_db - `error` shows only error logs. - `off` disables log output. -Detailed settings notes should live in [docs/SETTINGS.md](docs/SETTINGS.md). +Detailed settings notes should live in [docs/SETTINGS.md](src/branch/main/docs/SETTINGS.md). ## Runtime Paths @@ -312,8 +312,8 @@ Node flags: ## Additional Documentation - [Whitepaper](https://contractless.community/contractless_whitepaper.pdf) -- [Manual PostgreSQL setup](docs/POSTGRES.md) -- [Settings reference](docs/SETTINGS.md) -- [CLI tools reference](docs/CLI_TOOLS.md) -- [Transaction reference](docs/TRANSACTIONS.md) -- [Developer guide](docs/DEV.md) +- [Manual PostgreSQL setup](src/branch/main/docs/POSTGRES.md) +- [Settings reference](src/branch/main/docs/SETTINGS.md) +- [CLI tools reference](src/branch/main/docs/CLI_TOOLS.md) +- [Transaction reference](src/branch/main/docs/TRANSACTIONS.md) +- [Developer guide](src/branch/main/docs/DEV.md)