Skip to content

Commit 314f64b

Browse files
authored
Merge pull request #1466 from agitter/patch-1
Fix broken readme doc links
2 parents 1766748 + ff6fb61 commit 314f64b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://github.com/jupyterhub/repo2docker/workflows/Test/badge.svg)](https://github.com/jupyterhub/repo2docker/actions)
44
[![Documentation Status](https://readthedocs.org/projects/repo2docker/badge/?version=latest)](http://repo2docker.readthedocs.io/en/latest/?badge=latest)
5-
[![Contribute](https://img.shields.io/badge/I_want_to_contribute!-grey?logo=jupyter)](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html)
5+
[![Contribute](https://img.shields.io/badge/I_want_to_contribute!-grey?logo=jupyter)](https://repo2docker.readthedocs.io/en/latest/contribute/)
66
[![Docker Repository on Quay](https://img.shields.io/badge/quay.io-container-green "Docker Repository on Quay")](https://quay.io/repository/jupyterhub/repo2docker?tab=tags)
77

88
`repo2docker` fetches a git repository and builds a container image based on
@@ -38,11 +38,11 @@ For more information, please visit
3838
is recommended.
3939
2. Python 3.9+.
4040

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)
4242

4343
### Installation
4444

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).
4646

4747
To install from PyPI:
4848

@@ -85,14 +85,14 @@ If you copy paste that URL into your browser you will see a Jupyter Notebook
8585
with the contents of the repository you had just built!
8686

8787
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/).
8989

9090
## Repository specifications
9191

9292
Repo2Docker looks for configuration files in the source repository to
9393
determine how the Docker image should be built. For a list of the configuration
9494
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/).
9696

9797
The philosophy of repo2docker is inspired by
9898
[Heroku Build Packs](https://devcenter.heroku.com/articles/buildpacks).

0 commit comments

Comments
 (0)