From b624f2c13f6ff1854ff87b9f887d592c12c10b14 Mon Sep 17 00:00:00 2001 From: Henry Lim Date: Mon, 25 Nov 2019 17:18:16 +0700 Subject: [PATCH 1/2] Update polyfill docs link Updated link from [this](https://github.com/webcomponents/polyfills/tree/master/packages/webcomponentsjs#how-to-use) to [this](https://github.com/webcomponents/polyfills/tree/master/packages/webcomponentsjs#how-to-use). --- static/polyfills.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From d65237e53b317071ea1947b8aed20b902337fe62 Mon Sep 17 00:00:00 2001 From: Henry Lim Date: Mon, 25 Nov 2019 17:23:04 +0700 Subject: [PATCH 2/2] Update author --- authors.js | 6 ++++++ 1 file changed, 6 insertions(+) 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.",