docs: update external links (#39421)

This commit is contained in:
Milan Burda
2023-08-10 11:55:52 +02:00
committed by GitHub
parent 11600c5f96
commit 255064659f
30 changed files with 51 additions and 51 deletions

View File

@@ -23,7 +23,7 @@
<p>
Open the
<a href="https://electronjs.org/docs/api/dialog/">
<a href="https://www.electronjs.org/docs/latest/api/dialog/">
full API documentation (opens in new window)
</a>
in your browser.

View File

@@ -23,7 +23,7 @@
<p>
Open the
<a href="https://electronjs.org/docs/api/dialog/">
<a href="https://www.electronjs.org/docs/latest/api/dialog/">
full API documentation (opens in new window)
</a>
in your browser.

View File

@@ -23,7 +23,7 @@
<p>
Open the
<a href="https://electronjs.org/docs/api/dialog/">
<a href="https://www.electronjs.org/docs/latest/api/dialog/">
full API documentation (opens in new window)
</a>
in your browser.

View File

@@ -23,7 +23,7 @@
<p>
Open the
<a href="https://electronjs.org/docs/api/dialog/">
<a href="https://www.electronjs.org/docs/latest/api/dialog/">
full API documentation (opens in new window)
</a>
in your browser.

View File

@@ -16,7 +16,7 @@
<p>
Open the
<a href="https://electronjs.org/docs/tutorial/native-file-drag-drop">
<a href="https://www.electronjs.org/docs/latest/tutorial/native-file-drag-drop">
full API documentation (opens in new window)
</a>
in your browser.

View File

@@ -17,7 +17,7 @@
<p>This module works in both the main and renderer process.</p>
<p>
Open the
<a href="https://electronjs.org/docs/api/shell">
<a href="https://www.electronjs.org/docs/latest/api/shell">
full API documentation (opens in new window)
</a>
in your browser.

View File

@@ -26,7 +26,7 @@
<p>
Open the
<a href="https://electronjs.org/docs/latest/tutorial/notifications">
<a href="https://www.electronjs.org/docs/latest/tutorial/notifications">
full API documentation<span>(opens in new window)</span>
</a>
in your browser.

View File

@@ -15,7 +15,7 @@
<p>
Open the
<a href="https://electronjs.org/docs/api/tray">
<a href="https://www.electronjs.org/docs/latest/api/tray">
full API documentation
</a>
in your browser.
@@ -29,7 +29,7 @@
On Linux distributions that only have app indicator support, users
will need to install <code>libappindicator1</code> to make the
tray icon work. See the
<a href="https://electronjs.org/docs/api/tray">
<a href="https://www.electronjs.org/docs/latest/api/tray">
full API documentation
</a>
for more details about using Tray on Linux.