Skip to content

Commit f8a16d4

Browse files
committed
1 parent 43891a6 commit f8a16d4

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

docs/source/config_files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ can be found on this page (and to the right).
2929
that lets you install any kind of package,
3030
including Python, R, and C/C++ packages.
3131
``repo2docker`` does not use your ``environment.yml`` to create and activate a new conda environment.
32-
Rather, it updates a base conda environment `defined here <https://github.com/jupyterhub/repo2docker/blob/master/repo2docker/buildpacks/conda/environment.yml>`_ with the packages listed in your ``environment.yml``.
32+
Rather, it updates a base conda environment `defined here <https://github.com/jupyterhub/repo2docker/blob/HEAD/repo2docker/buildpacks/conda/environment.yml>`_ with the packages listed in your ``environment.yml``.
3333
This means that the environment will always have the same default name, not the name
3434
specified in your ``environment.yml``.
3535

docs/source/contributing/buildpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Add a new buildpack
22

33
A new buildpack is needed when a new language or a new package manager should be
4-
supported. [Existing buildpacks](https://github.com/jupyterhub/repo2docker/tree/master/repo2docker/buildpacks)
4+
supported. [Existing buildpacks](https://github.com/jupyterhub/repo2docker/tree/HEAD/repo2docker/buildpacks)
55
are a good model for how new buildpacks should be structured.
66
See [the Buildpacks page](buildpacks) for more information about the
77
structure of a buildpack.

docs/source/contributing/contentprovider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Add a new content provider
55
Adding a new content provider allows repo2docker to grab repositories from new
66
locations on the internet. To do so, you should take the following steps:
77

8-
#. Sub-class the `ContentProvider class <https://github.com/jupyterhub/repo2docker/blob/master/repo2docker/contentproviders/base.py#L17>`_.
8+
#. Sub-class the `ContentProvider class <https://github.com/jupyterhub/repo2docker/blob/HEAD/repo2docker/contentproviders/base.py#L17>`_.
99
This will give you a skeleton class you can modify to support your new
1010
content provider.
1111
#. Implement a **detect()** method for the class. This takes an input

docs/source/contributing/tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ To update one of the dependencies shared across all `repo2docker` builds, you
5252
must follow these steps (with more detailed information in the sections below):
5353

5454
1. Make sure you have [Docker](https://www.docker.com/) running on your computer
55-
2. Bump the version numbers of the dependencies you want to update in the `conda` environment ([link](https://github.com/jupyterhub/repo2docker/blob/master/CONTRIBUTING.md#conda-dependencies))
56-
3. Make a pull request with your changes ([link](https://github.com/jupyterhub/repo2docker/blob/master/CONTRIBUTING.md#make-a-pull-request))
55+
2. Bump the version numbers of the dependencies you want to update in the `conda` environment ([link](https://github.com/jupyterhub/repo2docker/blob/HEAD/CONTRIBUTING.md#conda-dependencies))
56+
3. Make a pull request with your changes ([link](https://github.com/jupyterhub/repo2docker/blob/HEAD/CONTRIBUTING.md#make-a-pull-request))
5757

5858
See the subsections below for more detailed instructions.
5959

docs/source/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Repo2docker officially supports the following versions of Python
2828
- 2.7
2929

3030
Additional versions may work, as long as the
31-
`base environment <https://github.com/jupyterhub/repo2docker/blob/master/repo2docker/buildpacks/conda/environment.yml>`_
31+
`base environment <https://github.com/jupyterhub/repo2docker/blob/HEAD/repo2docker/buildpacks/conda/environment.yml>`_
3232
can be installed for your version of Python.
3333
The most likely source of incompatibility is if one of the packages
3434
in the base environment is not packaged for your Python,

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to build images on demand.
1919

2020
Please report `Bugs <https://github.com/jupyterhub/repo2docker/issues>`_,
2121
`ask questions <https://gitter.im/jupyterhub/binder>`_ or
22-
`contribute to the project <https://github.com/jupyterhub/repo2docker/blob/master/CONTRIBUTING.md>`_.
22+
`contribute to the project <https://github.com/jupyterhub/repo2docker/blob/HEAD/CONTRIBUTING.md>`_.
2323

2424
.. toctree::
2525
:maxdepth: 2

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The latest version of Docker, ``18.03``, successfully builds repositories from
1919
`binder-examples <https://github.com/binder-examples>`_.
2020
The `BinderHub <https://binderhub.readthedocs.io/>`_ helm chart uses version
2121
``17.11.0-ce-dind``. See the
22-
`helm chart <https://github.com/jupyterhub/binderhub/blob/master/helm-chart/binderhub/values.yaml#L167>`_
22+
`helm chart <https://github.com/jupyterhub/binderhub/blob/HEAD/helm-chart/binderhub/values.yaml#L167>`_
2323
for more details.
2424

2525
Optional: Mercurial

0 commit comments

Comments
 (0)