Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit ed39c78

Browse files
committed
README: update links
1 parent ecfd720 commit ed39c78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The [Polymer website](http://www.polymer-project.org) is a great resource for ge
1010

1111
Here are some links you may find helpful:
1212

13-
* [Getting Started](http://www.polymer-project.org/getting-started.html)
14-
* [FAQ](http://www.polymer-project.org/faq.html)
15-
* [Browser Compatibility](http://www.polymer-project.org/compatibility.html)
13+
* [Getting Started](http://www.polymer-project.org/docs/start/everything.html)
14+
* [FAQ](http://www.polymer-project.org/resources/faq.html)
15+
* [Browser Compatibility](http://www.polymer-project.org/resources/compatibility.html)
1616

1717
Get help from Polymer devs and users:
1818

@@ -23,13 +23,13 @@ Get help from Polymer devs and users:
2323

2424
The Polymer implementation of TodoMVC has a few key differences with other implementations:
2525

26-
* Since [Web Components](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/index.html) allow you to create new types of DOM elements, the DOM tree is very different from other implementations.
26+
* Since [Web Components](http://w3c.github.io/webcomponents/explainer/) allow you to create new types of DOM elements, the DOM tree is very different from other implementations.
2727
* The template, styling, and behavior are fully encapsulated in each custom element. Instead of having an overall stylesheet (`base.css` or `app.css`), each element that needs styling has its own stylesheet.
2828
* Non-visual elements such as the router and the model are also implemented as custom elements and appear in the DOM. Implementing them as custom elements instead of plain objects allows you to take advantage of Polymer data binding and event handling throughout the app.
2929

3030
## Compatibility
3131

32-
Polymer and its polyfills are intended to work in the latest version of [evergreen browsers](http://tomdale.net/2013/05/evergreen-browsers/). IE9 is not supported. Please refer to [Browser Compatibility](http://www.polymer-project.org/compatibility.html) for more details.
32+
Polymer and its polyfills are intended to work in the latest version of [evergreen browsers](http://tomdale.net/2013/05/evergreen-browsers/). IE9 is not supported. Please refer to [Browser Compatibility](http://www.polymer-project.org/resources/compatibility.html) for more details.
3333

3434
## Running this sample
3535

0 commit comments

Comments
 (0)