Skip to content

Commit 0933960

Browse files
authored
Site: fix meta tag docs link (#18841)
1 parent 65f36f3 commit 0933960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/compiling/Deploying-Pages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ When planning a testing matrix before pushing a site live, the following items c
149149

150150
- Likewise, verify that the page layout does not break when resizing the browser window, or when visiting the site having already initially sized the browser window to very small or large size, or to a disproportionate aspect ratio.
151151

152-
- Especially if targeting mobile, be aware of the `<meta viewport> tag <https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag>`_ for how to develop a site layout that works well on mobile.
152+
- Especially if targeting mobile, be aware of the `<meta viewport> tag <https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag>`_ for how to develop a site layout that works well on mobile.
153153

154154
- If the page uses WebGL, test out different GPUs on target platforms. In particular, verify the site behavior when simulating the lack of any needed WebGL extensions, and compressed texture format support.
155155

0 commit comments

Comments
 (0)