mirror of https://github.com/pyodide/pyodide.git
DOC Fix broken links in README.md (#1199)
This commit is contained in:
parent
1bd8380c01
commit
5d392a6699
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue