From 36d59c163873f0d4881470e38fe47f70ebeee9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Cresson?= <remi.cresson@teledetection.fr> Date: Tue, 20 Apr 2021 11:32:03 +0200 Subject: [PATCH] DOC: 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 2cdebe8..5f3d827 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/dockerfiles). +See the [docker build documentation](tools/docker/README.md). # Mounting file systems -- GitLab