aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiovanni Totaro <[email protected]>2017-10-30 17:42:41 +0100
committerGiovanni Totaro <[email protected]>2017-10-30 17:42:41 +0100
commita1e2a2763240ec0220984d37c2f7b154a9160ba1 (patch)
tree15b7093f337c39d1499d0ac8f757e42c0dfc9199 /docs
parent8f1540d16aedd3225103c160caae6fe4cee0fc32 (diff)
downloadbootstrap-a1e2a2763240ec0220984d37c2f7b154a9160ba1.tar.xz
bootstrap-a1e2a2763240ec0220984d37c2f7b154a9160ba1.zip
Add missing trailing slashes to URLs in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/getting-started/contents.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/contents.md b/docs/4.0/getting-started/contents.md
index af99c696c..798324bd9 100644
--- a/docs/4.0/getting-started/contents.md
+++ b/docs/4.0/getting-started/contents.md
@@ -34,7 +34,7 @@ bootstrap/
└── bootstrap.min.js
{% endhighlight %}
-This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [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).
+This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [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/).
### Comparison of CSS files