Skip to content

Commit fa3696d

Browse files
committed
Remove version segments from urls
1 parent 60a54e6 commit fa3696d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sections/media/desktop-capturer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>
88
</h1>
99
<h3>The <code>desktopCapturer</code> module in Electron can be used to access any media, such as audio, video, screen and window, that is available through the <code>getUserMedia</code> web API in Chromium.</h3>
1010

11-
<p>Open the <a href="http://electron.atom.io/docs/v0.37.5/api/desktop-capturer">full API documentation<span class="u-visible-to-screen-reader">(opens in new window)</span></a> in your browser.</p>
11+
<p>Open the <a href="http://electron.atom.io/docs/api/desktop-capturer">full API documentation<span class="u-visible-to-screen-reader">(opens in new window)</span></a> in your browser.</p>
1212
</div>
1313
</header>
1414

sections/media/pdf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>
88
</h1>
99
<h3>The <code>browser window</code> module in Electron has a property, <code>webContents</code>, which allows your app to print as well as print to PDF.</h3>
1010

11-
<p>Open the <a href="http://electron.atom.io/docs/v0.36.0/api/web-contents/#webcontents-print-options">full API documentation<span class="u-visible-to-screen-reader">(opens in new window)</span></a> in your browser.</p>
11+
<p>Open the <a href="http://electron.atom.io/docs/api/web-contents/#webcontentsprintoptions">full API documentation<span class="u-visible-to-screen-reader">(opens in new window)</span></a> in your browser.</p>
1212
</div>
1313
</header>
1414

0 commit comments

Comments
 (0)