Skip to content

Commit

Permalink
Replace broken link to runtime/browser/lib with shell/components (Pol…
Browse files Browse the repository at this point in the history
…ymerLabs#1385)

These files moved in 1fd72f8
  • Loading branch information
lindner authored and shans committed May 28, 2018
1 parent e83fbb4 commit bec3d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Particles may also output DOM UI. Particles that output any DOM can inherit from

It's important to note that DOM particles don't have unrestricted access to the main DOM. That would give particle authors a way to leak sensitive user data. Instead, DOM particles render templated shadow DOMs into slots that get sanitized before being rendered into the main DOM by the Arcs runtime. DomParticle uses the Xen templates. See the [Xen Template Explainer](https://polymerlabs.github.io/arcs-cdn/v0.0.4/components/xen-explainer.html) for a list of features.

The Arcs library also includes various web components to allow more complex features such as rendering a list of templated content. A complete list of supported web components can be found [here](https://github.com/PolymerLabs/arcs/tree/master/runtime/browser/lib).
The Arcs library also includes various web components to allow more complex features such as rendering a list of templated content. A complete list of supported web components can be found [here](https://github.com/PolymerLabs/arcs/tree/master/shell/components).

0 comments on commit bec3d58

Please sign in to comment.