Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit a08c7e5

Browse files
committed
Fix broken url
1 parent fa3696d commit a08c7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/windows/windows.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2>ProTip</h2>
5454
</div>
5555
<p>In this demo we create a new window and listen for <code>move</code> and <code>resize</code> events on it. Click the demo button, change the new window and see the dimensions and position update here, above.</p>
5656

57-
<p>There are a lot of methods for controlling the state of the window such as the size, location, and focus status as well as events to listen to for window changes. Visit the <a href="http://electron.atom.io/docs/api/browser-windows">documentation<span class="u-visible-to-screen-reader">(opens in new window)</span></a> for the full list.</p>
57+
<p>There are a lot of methods for controlling the state of the window such as the size, location, and focus status as well as events to listen to for window changes. Visit the <a href="http://electron.atom.io/docs/api/browser-window">documentation<span class="u-visible-to-screen-reader">(opens in new window)</span></a> for the full list.</p>
5858
<h5>Renderer Process</h5>
5959
<pre><code data-path="renderer-process/windows/manage-window.js"></pre></code>
6060
</div>

0 commit comments

Comments
 (0)