Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Update polyfill docs link #73

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions authors.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,12 @@ module.exports = {
github: "1194982",
twitter: "zzarcon"
},
henry_lim: {
name: "Henry Lim",
bio: "Henry is a Google Developer Expert in Web Technologies",
github: "9625047",
twitter: "henrylim96"
},
hidde_de_vries: {
name: "Hidde de Vries",
bio: "Hidde is web designer and developer, experienced with things like responsive web design, front-end development and progressive enhancement.",
Expand Down
2 changes: 1 addition & 1 deletion static/polyfills.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To install the polyfills, run this command:
```
npm install @webcomponents/webcomponentsjs
```
There are severeal different ways of applying the polyfill [which you can read about here](https://github.com/WebComponents/webcomponentsjs#how-to-use). The easiest way to utilize webcomponents across platform is the following:
There are severeal different ways of applying the polyfill [which you can read about here](https://github.com/webcomponents/polyfills/tree/master/packages/webcomponentsjs#how-to-use). The easiest way to utilize webcomponents across platform is the following:
```html
<!-- load webcomponents bundle, which includes all the necessary polyfills -->
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
Expand Down