From: Shakil Shahadat Date: Sat, 8 Nov 2025 13:53:13 +0000 (+0600) Subject: Docs: update `` viewport MDN link in Getting Started > Introduction page (... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fbootstrap.git Docs: update `` viewport MDN link in Getting Started > Introduction page (#41861) --- diff --git a/site/src/content/docs/getting-started/introduction.mdx b/site/src/content/docs/getting-started/introduction.mdx index dc2c2d71a7..f2d63d42d7 100644 --- a/site/src/content/docs/getting-started/introduction.mdx +++ b/site/src/content/docs/getting-started/introduction.mdx @@ -14,7 +14,7 @@ Get started by including Bootstrap’s production-ready CSS and JavaScript via C
-1. **Create a new `index.html` file in your project root.** Include the `` tag as well for [proper responsive behavior](https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag) in mobile devices. +1. **Create a new `index.html` file in your project root.** Include the `` tag as well for [proper responsive behavior](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta/name/viewport) in mobile devices. ```html