From 481fea1a3e8ff1dc0c5c880ecea29c8b6fd5ebf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Cresson?= <remi.cresson@teledetection.fr> Date: Tue, 20 Apr 2021 12:06:18 +0200 Subject: [PATCH] FIX: broken link --- doc/DOCKERUSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DOCKERUSE.md b/doc/DOCKERUSE.md index 5f3d827..d439b59 100644 --- a/doc/DOCKERUSE.md +++ b/doc/DOCKERUSE.md @@ -29,7 +29,7 @@ Since r2.4, only `gpu` tagged image is development-ready, and you can recompile ### Build your own images If you want to use optimization flags, change GPUs compute capability, etc. you can build your own docker image using the provided dockerfile. -See the [docker build documentation](tools/docker/README.md). +See the [docker build documentation](../tools/docker/README.md). # Mounting file systems -- GitLab