servo: Merge #11877 - Fix README link (from shadow-fox:master); r=Manishearth

<!-- 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. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: df21595765947e54b663a4370644c16f5c91334d
This commit is contained in:
Pranaya Behera 2016-06-27 08:17:20 -05:00
Родитель 827980c736
Коммит 033ce1f911
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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