diff --git a/authors.js b/authors.js index df413f0..1d0b907 100755 --- a/authors.js +++ b/authors.js @@ -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.", diff --git a/static/polyfills.md b/static/polyfills.md index 8a00760..7cf4130 100644 --- a/static/polyfills.md +++ b/static/polyfills.md @@ -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