]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove broken links
authorMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 19:40:41 +0000 (12:40 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 19:40:41 +0000 (12:40 -0700)
site/src/content/docs/getting-started/download.mdx
site/src/content/docs/getting-started/introduction.mdx

index 2cc4da0b5334ba6be6c9f47eceb91d076f145617..81f824819eeeae1c83e48587196caabd9a5e5a8e 100644 (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 doesn’t include documentation, source files, or any optional JavaScript dependencies like Popper.
 
index bbfbfcd349d5ecabb3feaee47b40cb968c236ee0..e68eb36c13a113dcd5d25da104f0b6222f27d419 100644 (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 what’s 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.