Skip to content

Commit 7fe7393

Browse files
committed
Merge pull request Polymer#593 from lw7360/patch-1
Fixed link to Brick.
2 parents 96292d7 + f33feef commit 7fe7393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/customelements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The custom elements we've used so far come from {{site.project_title}}'s set and
104104

105105
**That doesn't matter**.
106106

107-
Because custom elements are just like regular elements, it doesn't matter what kind of technology is used to implement their internals. Different kinds of elements from different vendors can all coexist in the same page. As an example, Mozilla offers a series of custom elements called [x-tags](http://x-tags.org/) (see also: [Brick](http://mozilla.github.io/brick/)). You can use x-tags with your other elements and mix and match them. As a general rule, it doesn't matter how an element was constructed.
107+
Because custom elements are just like regular elements, it doesn't matter what kind of technology is used to implement their internals. Different kinds of elements from different vendors can all coexist in the same page. As an example, Mozilla offers a series of custom elements called [x-tags](http://x-tags.org/) (see also: [Brick](http://mozbrick.github.io/)). You can use x-tags with your other elements and mix and match them. As a general rule, it doesn't matter how an element was constructed.
108108

109109
## Next steps {#nextsteps}
110110

0 commit comments

Comments
 (0)