From 1e31b117d864880dda9d580d1e868af9bcbbd15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Thu, 8 Jun 2023 09:00:03 +0200 Subject: [PATCH] Fix links to jupyterlab-demo postBuild file --- docs/source/config_files.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index 8d14f7a4..1c2cca45 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -162,8 +162,8 @@ Note that by default the build will not be stopped if an error occurs inside a s You should include ``set -e`` or the equivalent at the start of the script to avoid errors being silently ignored. An example use-case of ``postBuild`` file is JupyterLab's demo on mybinder.org. -It uses a ``postBuild`` file in a folder called ``binder`` to `prepare -their demo for binder `_. +It uses a ``postBuild`` file in a folder called ``.binder`` to `prepare +their demo for binder `_. .. _start: