From 1771f9a9a1d75e39c5ef9ccd06d247f024b0d8fe Mon Sep 17 00:00:00 2001 From: Daniel Adams <70986246+msub2@users.noreply.github.com> Date: Fri, 8 Mar 2024 00:35:27 -0500 Subject: [PATCH] Fix broken wiki link in README for Android instructions (#31574) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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