From bf73fb74204a2a1f83a3e682f385ceabe9b321e8 Mon Sep 17 00:00:00 2001 From: Raja Rama Mohan Thavalam Date: Tue, 30 Apr 2019 23:29:49 +0530 Subject: [PATCH] docs: update Wikipedia link to Polyfill description (#30214) PR Close #30214 --- aio/content/guide/npm-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/npm-packages.md b/aio/content/guide/npm-packages.md index 10af26d525..376b4c03f6 100644 --- a/aio/content/guide/npm-packages.md +++ b/aio/content/guide/npm-packages.md @@ -89,7 +89,7 @@ Package name | Description Many browsers lack native support for some features in the latest HTML standards, features that Angular requires. -[_Polyfills_](https://en.wikipedia.org/wiki/Polyfill) can emulate the missing features. +[_Polyfills_](https://en.wikipedia.org/wiki/Polyfill_(programming)) can emulate the missing features. The [Browser Support](guide/browser-support) guide explains which browsers need polyfills and how you can add them.