From 4ef05feab0222de9ae04e9f5cc21b959cde7a66c Mon Sep 17 00:00:00 2001 From: Pranaya Behera Date: Mon, 27 Jun 2016 13:20:44 +0530 Subject: [PATCH] Fix README link. --- docs/HACKING_QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md index a986703240a..6b62361179a 100644 --- a/docs/HACKING_QUICKSTART.md +++ b/docs/HACKING_QUICKSTART.md @@ -9,7 +9,7 @@ on the [Github Workflow](https://github.com/servo/servo/wiki/Github-workflow) an ## Building Servo -Building Servo is quite easy. Install the prerequisites described in the [README](./README.md) file. Then type: +Building Servo is quite easy. Install the prerequisites described in the [README](../README.md) file. Then type: ```shell ./mach build -d