From b7122f155ff2c0cb61b6891990d33d923b28f359 Mon Sep 17 00:00:00 2001 From: Shakil Shahadat Date: Sat, 8 Nov 2025 19:53:13 +0600 Subject: [PATCH] Docs: update `` viewport MDN link in Getting Started > Introduction page (#41861) --- site/src/content/docs/getting-started/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3