1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 15:44:51 +02:00

Remove broken links

This commit is contained in:
Mark Otto
2025-05-31 12:40:41 -07:00
parent 97ce2abd4f
commit 95c97cd3bd
2 changed files with 3 additions and 5 deletions

View File

@@ -31,8 +31,8 @@ import Tabs from '@components/Tabs.astro';
Download ready-to-use compiled code for **Bootstrap v[[config:current_version]]** to easily drop into your project, which includes:
- Compiled and minified CSS bundles (see [CSS files comparison]([[docsref:/getting-started/contents#css-files]]))
- Compiled and minified JavaScript plugins (see [JS files comparison]([[docsref:/getting-started/contents#js-files]]))
- Compiled and minified CSS bundles
- Compiled and minified JavaScript plugins
This doesnt include documentation, source files, or any optional JavaScript dependencies like Popper.

View File

@@ -66,12 +66,10 @@ As reference, here are our primary CDN links.
| JS | `[[config:cdn.js_bundle]]` |
</BsTable>
You can also use the CDN to fetch any of our [additional builds listed in the Contents page]([[docsref:/getting-started/contents]]).
## Next steps
- Read a bit more about some [important global environment settings](#important-globals) that Bootstrap utilizes.
- Read about whats included in Bootstrap in our [contents section]([[docsref:/getting-started/contents/]]) and the list of [components that require JavaScript](#js-components) below.
- See which [components require JavaScript](#js-components) below.
- Need a little more power? Consider building with Bootstrap by [including the source files via package manager]([[docsref:/getting-started/download#package-managers]]).
- Looking to use Bootstrap as a module with `<script type="module">`? Please refer to our [using Bootstrap as a module]([[docsref:/getting-started/javascript#using-bootstrap-as-a-module]]) section.