From bf2b471d28f5e1df320e59c6ae15b7bf775a70a9 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 11 Oct 2018 15:37:22 -0500 Subject: [PATCH] Correct url of Advanced Binder Documentation link The URL was missing a "/tutorials/" in the path --- docs/source/config_files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index bcaa64a2..fe3fb02e 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -177,5 +177,5 @@ With Dockerfiles, a regular Docker build will be performed. .. note:: If a Dockerfile is present, all other configuration files will be ignored. -See the `Advanced Binder Documentation `_ for +See the `Advanced Binder Documentation `_ for best-practices with Dockerfiles.