Skip to content

Commit f2247b8

Browse files
authored
Merge pull request #1282 from fcollonval/patch-1
Fix links to jupyterlab-demo postBuild file
2 parents 05ac1ec + 1e31b11 commit f2247b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/config_files.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ Note that by default the build will not be stopped if an error occurs inside a s
162162
You should include ``set -e`` or the equivalent at the start of the script to avoid errors being silently ignored.
163163

164164
An example use-case of ``postBuild`` file is JupyterLab's demo on mybinder.org.
165-
It uses a ``postBuild`` file in a folder called ``binder`` to `prepare
166-
their demo for binder <https://github.com/jupyterlab/jupyterlab-demo/blob/HEAD/binder/postBuild>`_.
165+
It uses a ``postBuild`` file in a folder called ``.binder`` to `prepare
166+
their demo for binder <https://github.com/jupyterlab/jupyterlab-demo/blob/HEAD/.binder/postBuild>`_.
167167

168168

169169
.. _start:

0 commit comments

Comments
 (0)