Replace http with https in docs

This commit is contained in:
Jan Andre Ikenmeyer 2018-11-06 11:39:09 +01:00
parent e217672c1a
commit 1097d3fe00
No known key found for this signature in database
GPG key ID: 28F9E42748DD95AE
7 changed files with 48 additions and 48 deletions

View file

@ -195,7 +195,7 @@ fn compute_damage(old: &ComputedValues, new: &ComputedValues) -> ServoRestyleDam
let mut damage = ServoRestyleDamage::empty();
// This should check every CSS property, as enumerated in the fields of
// http://doc.servo.org/style/properties/struct.ComputedValues.html
// https://doc.servo.org/style/properties/struct.ComputedValues.html
// This uses short-circuiting boolean OR for its side effects and ignores the result.
let _ = restyle_damage_rebuild_and_reflow!(