From 13661f515ee905fd3b5249533b9ae41fac93a592 Mon Sep 17 00:00:00 2001 From: d11n Date: Mon, 18 Dec 2023 18:14:26 +0100 Subject: [PATCH] Docs: Fix links in Docker install section --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index e796502..0a9d588 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -268,7 +268,7 @@ There, you need to install the client code (without Joinmarket's bitcoin): #### Docker Installation -The [Dockerfile](Dockerfile) provided builds a minimal Docker image which can help in getting started with a custom Docker setup. An example of building and running the [wallet-tool.py](scripts/wallet-tool.py) script: +The [Dockerfile](../Dockerfile) provided builds a minimal Docker image which can help in getting started with a custom Docker setup. An example of building and running the [wallet-tool.py](../scripts/wallet-tool.py) script: ``` docker build -t joinmarket-test ./