|
2 | 2 |
|
3 | 3 | [](https://github.com/jupyterhub/repo2docker/actions) |
4 | 4 | [](http://repo2docker.readthedocs.io/en/latest/?badge=latest) |
5 | | -[](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html) |
| 5 | +[](https://repo2docker.readthedocs.io/en/latest/contribute/) |
6 | 6 | [](https://quay.io/repository/jupyterhub/repo2docker?tab=tags) |
7 | 7 |
|
8 | 8 | `repo2docker` fetches a git repository and builds a container image based on |
@@ -38,11 +38,11 @@ For more information, please visit |
38 | 38 | is recommended. |
39 | 39 | 2. Python 3.9+. |
40 | 40 |
|
41 | | -Supported on Linux and macOS. [See documentation note about Windows support.](http://repo2docker.readthedocs.io/en/latest/install.html#note-about-windows-support) |
| 41 | +Supported on Linux and macOS. [See documentation note about Windows support.](https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly) |
42 | 42 |
|
43 | 43 | ### Installation |
44 | 44 |
|
45 | | -This a quick guide to installing `repo2docker`, see our documentation for [a full guide](https://repo2docker.readthedocs.io/en/latest/install.html). |
| 45 | +This a quick guide to installing `repo2docker`, see our documentation for [a full guide](https://repo2docker.readthedocs.io/en/latest/start/#install-repo2docker). |
46 | 46 |
|
47 | 47 | To install from PyPI: |
48 | 48 |
|
@@ -85,14 +85,14 @@ If you copy paste that URL into your browser you will see a Jupyter Notebook |
85 | 85 | with the contents of the repository you had just built! |
86 | 86 |
|
87 | 87 | For more information on how to use `repo2docker`, see the |
88 | | -[usage guide](http://repo2docker.readthedocs.io/en/latest/usage.html). |
| 88 | +[user guide](https://repo2docker.readthedocs.io/en/latest/use/). |
89 | 89 |
|
90 | 90 | ## Repository specifications |
91 | 91 |
|
92 | 92 | Repo2Docker looks for configuration files in the source repository to |
93 | 93 | determine how the Docker image should be built. For a list of the configuration |
94 | 94 | files that `repo2docker` can use, see the |
95 | | -[complete list of configuration files](https://repo2docker.readthedocs.io/en/latest/config_files.html). |
| 95 | +[complete list of configuration files](https://repo2docker.readthedocs.io/en/latest/configuration/). |
96 | 96 |
|
97 | 97 | The philosophy of repo2docker is inspired by |
98 | 98 | [Heroku Build Packs](https://devcenter.heroku.com/articles/buildpacks). |
|
0 commit comments