aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-01-04 12:59:06 +0200
committerXhmikosR <[email protected]>2019-01-06 17:22:51 +0200
commit849067d763342482766555c3fbedae5444618935 (patch)
tree687367b00673da01fb3c2aa802cada2bac07bb8c
parentd1067d7c35877588e27d3a559802f8606ba36120 (diff)
downloadbootstrap-849067d763342482766555c3fbedae5444618935.tar.xz
bootstrap-849067d763342482766555c3fbedae5444618935.zip
README.md: fix redirect.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c6535efe8..a264a3f5e 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ bootstrap/
└── bootstrap.min.js.map
```
-We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [source maps](https://developers.google.com/web/tools/chrome-devtools/debug/readability/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/), but not [jQuery](https://jquery.com/).
+We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/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/), but not [jQuery](https://jquery.com/).
## Bugs and feature requests