Skip to content

Commit 8319571

Browse files
Jsniderckerr
authored andcommitted
replaces keyboard link with menu link (electron#346)
1 parent 27cd674 commit 8319571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/menus/menus.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>ProTip</h2>
3232
<p>When designing an app for multiple operating systems it's important to be mindful of the ways application menu conventions differ on each operating system.</p>
3333
<p>For instance, on Windows, accelerators are set with an <code>&</code>. Naming conventions also vary, like between "Settings" or "Preferences". Below are resources for learning operating system specific standards.</p>
3434
<ul>
35-
<li><a href="https://developer.apple.com/macos/human-interface-guidelines/user-interaction/keyboard">macOS<span class="u-visible-to-screen-reader">(opens in new window)</span></a></li>
35+
<li><a href="https://developer.apple.com/macos/human-interface-guidelines/menus/menu-anatomy/">macOS<span class="u-visible-to-screen-reader">(opens in new window)</span></a></li>
3636
<li><a href="https://msdn.microsoft.com/en-us/library/windows/desktop/bb226797(v=vs.85).aspx">Windows<span class="u-visible-to-screen-reader">(opens in new window)</span></a></li>
3737
<li><a href="https://developer.gnome.org/hig/stable/menu-bars.html.en">Linux<span class="u-visible-to-screen-reader">(opens in new window)</span></a></li>
3838
</ul>

0 commit comments

Comments
 (0)