From 5d392a6699595ae0f993152ac4c955a7ab1adb99 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 6 Feb 2021 11:48:13 +0100 Subject: [PATCH] DOC Fix broken links in README.md (#1199) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a19a6dae5..2f0f3dc76 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,17 @@ These include: repository's [releases page](https://github.com/iodide-project/pyodide/releases/) and serve its contents with a web server. -- [Build Pyodide from source](https://pyodide.readthedocs.io/en/latest/building_from_sources.html) +- [Build Pyodide from source](https://pyodide.readthedocs.io/en/latest/development/building-from-sources.html) - Build natively with `make`: primarily for Linux users who want to experiment or contribute back to the project. - - [Use a Docker image](https://pyodide.readthedocs.io/en/latest/building_from_sources.html#using-docker): + - [Use a Docker image](https://pyodide.readthedocs.io/en/latest/development/building-from-sources.html#using-docker): recommended for Windows and macOS users and for Linux users who prefer a Debian-based Docker image with the dependencies already installed. ## Contributing Please view the -[contributing guide](https://pyodide.readthedocs.io/en/latest/contributing.html) +[contributing guide](https://pyodide.readthedocs.io/en/latest/development/contributing.html) for tips on filing issues, making changes, and submitting pull requests. ## License