Auto merge of #11877 - shadow-fox:master, r=Manishearth

Fix README link.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because Link change on the docs/HACKING_QUICKSTART.md Page.

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11877)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-06-27 08:17:20 -05:00 committed by GitHub
commit df21595765

View file

@ -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