]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: update `<meta>` viewport MDN link in Getting Started > Introduction page (...
authorShakil Shahadat <shakil.regi@gmail.com>
Sat, 8 Nov 2025 13:53:13 +0000 (19:53 +0600)
committerGitHub <noreply@github.com>
Sat, 8 Nov 2025 13:53:13 +0000 (14:53 +0100)
site/src/content/docs/getting-started/introduction.mdx

index dc2c2d71a72c641fb99d2dfd49af6b5638105f76..f2d63d42d7b0a106f3d97b4972588ab6fd60a641 100644 (file)
@@ -14,7 +14,7 @@ Get started by including Bootstrap’s production-ready CSS and JavaScript via C
 
 <br/>
 
-1. **Create a new `index.html` file in your project root.** Include the `<meta name="viewport">` 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 `<meta name="viewport">` 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
    <!doctype html>