mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Replace http with https in docs
This commit is contained in:
parent
e217672c1a
commit
1097d3fe00
7 changed files with 48 additions and 48 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue