Fix broken or outdated links

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez
2017-05-09 20:17:35 +02:00
parent 8e727e085d
commit a2069175fc
3 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ Web Components go into the **component/** folder and can be imported like this:
component('myapp', array('tabs', 'forms')); // adds component/tabs.html, component/forms.html
.. note:: Keep in mind that Web Components are still very new and you `might need to add polyfills using Polymer <http://www.polymer-project.org/resources/compatibility.html>`_
.. note:: Keep in mind that Web Components are still very new and you `might need to add polyfills <https://www.webcomponents.org/polyfills/>`_
Standard layout
===============