From 95c97cd3bdbffc3d19df9f420d184dab82746d64 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 May 2025 12:40:41 -0700 Subject: [PATCH] Remove broken links --- site/src/content/docs/getting-started/download.mdx | 4 ++-- site/src/content/docs/getting-started/introduction.mdx | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/site/src/content/docs/getting-started/download.mdx b/site/src/content/docs/getting-started/download.mdx index 2cc4da0b53..81f824819e 100644 --- a/site/src/content/docs/getting-started/download.mdx +++ b/site/src/content/docs/getting-started/download.mdx @@ -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. diff --git a/site/src/content/docs/getting-started/introduction.mdx b/site/src/content/docs/getting-started/introduction.mdx index bbfbfcd349..e68eb36c13 100644 --- a/site/src/content/docs/getting-started/introduction.mdx +++ b/site/src/content/docs/getting-started/introduction.mdx @@ -66,12 +66,10 @@ As reference, here are our primary CDN links. | JS | `[[config:cdn.js_bundle]]` | -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 `