servo: Merge
#603 - https submodule already works because it's used everywhere. but git submodule is often blocked behind firewalls (from rfielding:master); r=metajack
git port is blocked behind firewalls, use one clone protocol everywhere.
Source-Repo:
https://github.com/servo/servo
Source-Revision:
2995ecc5a3cc57636a6fced137eaa3563c901792
--- a/servo/README.md
+++ b/servo/README.md
@@ -30,17 +30,17 @@ Servo builds its own copy of Rust, so th
compiler.
## Building
Servo cannot be built in-tree; you must create a directory in which to run
configure and make and place the build artifacts.
``` sh
-git clone git://github.com/mozilla/servo.git
+git clone https://github.com/mozilla/servo.git
cd servo
mkdir -p build && cd build
../configure
make && make check
./servo ../src/test/html/about-mozilla.html
```
## Running