Skip to content

Commit a286c3a

Browse files
committed
fix doc links to decor
1 parent 501d18c commit a286c3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ switch CSS theming based on its runtime environment.
6565

6666
## Custom Element performance specifics
6767

68-
Custom Elements extend [`decor/Stateful`](/decor/docs/Stateful).
69-
See the decor [design documentation](/decor/docs/architecture) for details about how that class avoids
68+
Custom Elements extend [`decor/Stateful`](/decor/docs/master/Stateful.html).
69+
See the decor [design documentation](/decor/docs/master/architecture.html) for details about how that class avoids
7070
polling / dirty checking for property changes.
7171

7272
Also, we intentionally don't set up page level listeners for custom element creation/deletion.

docs/uacss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ Browser category:
4949

5050
## See Also
5151

52-
* [`decor/sniff`](/decor/docs/sniff.md)
52+
* [`decor/sniff`](/decor/docs/master/sniff.html)
5353

5454

0 commit comments

Comments
 (0)