DOC Fix broken links in README.md (#1199)

This commit is contained in:
rdb 2021-02-06 11:48:13 +01:00 committed by GitHub
parent 1bd8380c01
commit 5d392a6699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -41,17 +41,17 @@ These include:
repository's [releases repository's [releases
page](https://github.com/iodide-project/pyodide/releases/) and serve its contents with page](https://github.com/iodide-project/pyodide/releases/) and serve its contents with
a web server. 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 - Build natively with `make`: primarily for Linux users who want to
experiment or contribute back to the project. 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 recommended for Windows and macOS users and for Linux users who prefer a
Debian-based Docker image with the dependencies already installed. Debian-based Docker image with the dependencies already installed.
## Contributing ## Contributing
Please view the 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. for tips on filing issues, making changes, and submitting pull requests.
## License ## License