diff options
| author | XhmikosR <[email protected]> | 2024-03-07 06:50:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-07 06:50:52 +0200 |
| commit | 816d11ecaee31ea4074d51b34119803274c1525e (patch) | |
| tree | c03eb6919aac974d2bd6f4faea050a3c6435717e /README.md | |
| parent | b003fc78805954584e1ee364a4ad39d7c79e819a (diff) | |
| download | bootstrap-816d11ecaee31ea4074d51b34119803274c1525e.tar.xz bootstrap-816d11ecaee31ea4074d51b34119803274c1525e.zip | |
README.md: fix source-maps link after 953b4b6 (#39748)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ Within the download you'll find the following directories and files, logically g ``` </details> -We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://developer.chrome.com/docs/devtools/) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/docs/v2/). +We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://web.dev/articles/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/docs/v2/). ## Bugs and feature requests |
