Fix links to jupyterlab-demo postBuild file

pull/1282/head
Frédéric Collonval 2023-06-08 09:00:03 +02:00 zatwierdzone przez GitHub
rodzic 05ac1ec274
commit 1e31b117d8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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 <https://github.com/jupyterlab/jupyterlab-demo/blob/HEAD/binder/postBuild>`_.
It uses a ``postBuild`` file in a folder called ``.binder`` to `prepare
their demo for binder <https://github.com/jupyterlab/jupyterlab-demo/blob/HEAD/.binder/postBuild>`_.
.. _start: