diff --git a/packages/core-js-compat/README.md b/packages/core-js-compat/README.md index 248349028374..c8890689d422 100644 --- a/packages/core-js-compat/README.md +++ b/packages/core-js-compat/README.md @@ -123,6 +123,6 @@ require('core-js-compat/get-modules-list-for-target-version')('3.25'); // => Arr require('core-js-compat').getModulesListForTargetVersion('3.25'); // => Array ``` -If you wanna help to improve this data, you could take a look at the related section of [`CONTRIBUTING.md`](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#how-to-update-core-js-compat-data). The visualization of compatibility data and the browser tests runner is available [here](http://zloirock.github.io/core-js/compat//), the example: +If you wanna help to improve this data, you could take a look at the related section of [`CONTRIBUTING.md`](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#how-to-update-core-js-compat-data). The visualization of compatibility data and the browser tests runner is available [here](http://zloirock.github.io/core-js/compat/), the example: ![compat-table](https://user-images.githubusercontent.com/2213682/173199354-1f3aeb83-7231-46b2-8a14-a9d47ce3ae45.png)