Skip to content

Commit 4ab4b17

Browse files
committed
For `binder-examples/*`, `jupyterlab/jupyterlab-demo`, `norvig/pytudes`
1 parent f8a16d4 commit 4ab4b17

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/source/config_files.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ specified in your ``environment.yml``.
3737

3838
You can install files from pip in your ``environment.yml`` as well.
3939
For example, see the `binder-examples environment.yml
40-
<https://github.com/binder-examples/python-conda_pip/blob/master/environment.yml>`_
40+
<https://github.com/binder-examples/python-conda_pip/blob/HEAD/environment.yml>`_
4141
file.
4242

4343
You can also specify which Python version to install in your built environment
@@ -73,7 +73,7 @@ both kinds.
7373

7474
This specifies a list of Python packages that should be installed in your
7575
environment. Our
76-
`requirements.txt example <https://github.com/binder-examples/requirements/blob/master/requirements.txt>`_
76+
`requirements.txt example <https://github.com/binder-examples/requirements/blob/HEAD/requirements.txt>`_
7777
on GitHub shows a typical requirements file.
7878

7979

@@ -120,7 +120,7 @@ with ``REQUIRE`` and ``environment.yml``, visit
120120
This is used to install R libraries pinned to a specific snapshot on
121121
`MRAN <https://mran.microsoft.com/documents/rro/reproducibility>`_.
122122
To set the date of the snapshot add a runtime.txt_.
123-
For an example ``install.R`` file, visit our `example install.R file <https://github.com/binder-examples/r/blob/master/install.R>`_.
123+
For an example ``install.R`` file, visit our `example install.R file <https://github.com/binder-examples/r/blob/HEAD/install.R>`_.
124124

125125

126126
.. _apt.txt:
@@ -132,7 +132,7 @@ A list of Debian packages that should be installed. The base image used is usual
132132
version of Ubuntu.
133133

134134
We use ``apt.txt``, for example, to install LaTeX in our
135-
`example apt.txt for LaTeX <https://github.com/binder-examples/latex/blob/master/apt.txt>`_.
135+
`example apt.txt for LaTeX <https://github.com/binder-examples/latex/blob/HEAD/apt.txt>`_.
136136

137137

138138
.. _DESCRIPTION:
@@ -162,7 +162,7 @@ You should include ``set -e`` or the equivalent at the start of the script to av
162162

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

167167

168168
.. _start:
@@ -204,12 +204,12 @@ For these cases, we have a special file, ``runtime.txt``.
204204
``runtime.txt`` will be ignored).
205205

206206
Have ``python-x.y`` in ``runtime.txt`` to run the repository with Python version x.y.
207-
See our `Python2 example repository <https://github.com/binder-examples/python2_runtime/blob/master/runtime.txt>`_.
207+
See our `Python2 example repository <https://github.com/binder-examples/python2_runtime/blob/HEAD/runtime.txt>`_.
208208

209209
Have ``r-<RVERSION>-<YYYY>-<MM>-<DD>`` in ``runtime.txt`` to run the repository with R version RVERSION and libraries from a YYYY-MM-DD snapshot of `MRAN <https://mran.microsoft.com/documents/rro/reproducibility>`_.
210210
RVERSION can be set to 3.4, 3.5, 3.6, or to patch releases for the 3.5 and 3.6 series.
211211
If you do not specify a version, the latest release will be used (currently R 3.6).
212-
See our `R example repository <https://github.com/binder-examples/r/blob/master/runtime.txt>`_.
212+
See our `R example repository <https://github.com/binder-examples/r/blob/HEAD/runtime.txt>`_.
213213

214214
.. _default.nix:
215215

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Pytudes_ repository::
5252
Building the image may take a few minutes.
5353

5454
Pytudes_
55-
uses a `requirements.txt file <https://github.com/norvig/pytudes/blob/master/requirements.txt>`_
55+
uses a `requirements.txt file <https://github.com/norvig/pytudes/blob/HEAD/requirements.txt>`_
5656
to specify its Python environment. Because of this, ``repo2docker`` will use
5757
``pip`` to install dependencies listed in this ``requirement.txt`` file, and
5858
these will be present in the generated Docker image. To learn more about

0 commit comments

Comments
 (0)