diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-17 16:15:38 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-17 16:15:38 +0530 |
commit | ceb72e54e469bb3811fb641e7c38f476781a5720 (patch) | |
tree | d5fc592b11b18412815eb5af5cb0045e88cc6f0d | |
parent | e668a43945f074a68548fde813e69919cf56e29d (diff) | |
parent | 2f17fdf937829a689ca7a8ff0407529d9b2900e3 (diff) | |
download | servo-ceb72e54e469bb3811fb641e7c38f476781a5720.tar.gz servo-ceb72e54e469bb3811fb641e7c38f476781a5720.zip |
Auto merge of #8560 - skade:patch-1, r=SimonSapin
Add a link to the website
You have such a fancy website with additional info, why not link it from the README?
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8560)
<!-- Reviewable:end -->
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index 32a3d3dd86b..278d2b9739a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Servo welcomes contribution from everyone. See [`CONTRIBUTING.md`](CONTRIBUTING.md) and [`HACKING_QUICKSTART.md`](HACKING_QUICKSTART.md) for help getting started. +Visit the [Servo Project page](http://servo.org/) for news and guides. + ## Prerequisites On OS X (homebrew): |