aboutsummaryrefslogtreecommitdiffstats
path: root/docs/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/style.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/components/style.md b/docs/components/style.md
index a54482ad34c..3c79dfdcf49 100644
--- a/docs/components/style.md
+++ b/docs/components/style.md
@@ -8,7 +8,7 @@ Boris Zbarsky and Patrick Walton about how style sharing works.
<a name="selector-impl"></a>
## Selector Implementation
-In order to be sharable and compatible with [Stylo][stylo](a project that aims
+In order to be sharable and compatible with Stylo (a project that aims
to integrate Servo's style system into Gecko), the style must be consistent.
The consistency is implemented in [selectors' SelectorImpl][selector-impl],
@@ -131,7 +131,6 @@ that you didn't find it here so it can be added :)
[style-doc]: https://doc.servo.org/style/index.html
[wiki-styling-overview]: https://github.com/servo/servo/wiki/Styling-overview
-[stylo]: https://public.etherpad-mozilla.org/p/stylo
[selector-impl]: https://doc.servo.org/selectors/parser/trait.SelectorImpl.html
[selector-impl-ext]: https://doc.servo.org/style/selector_parser/trait.SelectorImplExt.html
[servo-selector-impl]: https://doc.servo.org/style/servo/selector_parser/struct.SelectorImpl.html