Skip to content

Commit 6fc413c

Browse files
committed
Website updates
1 parent d52efbb commit 6fc413c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/doc/tutorials/background.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2 id="overview">Overview</h2>
7575
<h2 id="public-api">Public API</h2>
7676
<p>OpenLayers is available as <a href="https://npmjs.com/package/ol"><code>ol</code> npm package</a>, which provides all modules of the officially supported <a href="../../apidoc">API</a>.</p>
7777
<h2 id="browser-support">Browser Support</h2>
78-
<p>OpenLayers runs on all modern browsers (with greater than 1% global usage). This includes Chrome, Firefox, Safari and Edge. For older browsers, <a href="https://polyfill.io/">polyfills</a> will likely need to be added.</p>
78+
<p>OpenLayers runs on all modern browsers (with greater than 1% global usage). This includes Chrome, Firefox, Safari and Edge. For older browsers, polyfills (<a href="https://polyfill-fastly.io">Fastly</a> or <a href="https://cdnjs.cloudflare.com/polyfill">Cloudflare</a>) will likely need to be added.</p>
7979
<p>The library is intended for use on both desktop/laptop and mobile devices, and supports pointer and touch interactions.</p>
8080
<h2 id="module-and-naming-conventions">Module and Naming Conventions</h2>
8181
<p>OpenLayers modules with CamelCase names provide classes as default exports, and may contain additional constants or functions as named exports:</p>

dist/en/main/ol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The [ol package](https://npmjs.com/package/ol) includes auto-generated TypeScrip
9696

9797
## Supported Browsers
9898

99-
OpenLayers runs on all modern browsers (with greater than 1% global usage). This includes Chrome, Firefox, Safari and Edge. For older browsers, [polyfills](https://polyfill.io/) will likely need to be added.
99+
OpenLayers runs on all modern browsers (with greater than 1% global usage). This includes Chrome, Firefox, Safari and Edge. For older browsers, polyfills ([Fastly](https://polyfill-fastly.io) or [Cloudflare](https://cdnjs.cloudflare.com/polyfill)) will likely need to be added.
100100

101101
## Documentation
102102

0 commit comments

Comments
 (0)