mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
commit
df21595765
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue