diff options
author | Daniel Adams <70986246+msub2@users.noreply.github.com> | 2024-03-08 00:35:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 05:35:27 +0000 |
commit | 1771f9a9a1d75e39c5ef9ccd06d247f024b0d8fe (patch) | |
tree | 7368da87c003b1ccd7d9099144edd71babd62e8d /README.md | |
parent | 6c7fe31db13e31be339a6657931171db589307c7 (diff) | |
download | servo-1771f9a9a1d75e39c5ef9ccd06d247f024b0d8fe.tar.gz servo-1771f9a9a1d75e39c5ef9ccd06d247f024b0d8fe.zip |
Fix broken wiki link in README for Android instructions (#31574)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index cdd3f52a5e9..e82954f54cc 100644 --- a/README.md +++ b/README.md @@ -204,4 +204,4 @@ The generated documentation can be found on https://doc.servo.org/servo/index.ht [manual-build]: https://github.com/servo/servo/wiki/Building#manual-build-setup [windows-tips]: https://github.com/servo/servo/wiki/Building#troubleshooting-the-windows-build -[android-docs]: https://github.com/servo/servo/wiki/Android +[android-docs]: https://github.com/servo/servo/wiki/Building-for-Android |