|
@@ -15,7 +15,7 @@
|
|
|
|
|
|
<p>
|
|
|
Open the
|
|
|
- <a href="http://electron.atom.io/docs/api/tray">
|
|
|
+ <a href="https://electronjs.org/docs/api/tray">
|
|
|
full API documentation (opens in new window)
|
|
|
</a>
|
|
|
in your browser.
|
|
@@ -108,7 +108,7 @@ ipc.on('tray-removed', function () {
|
|
|
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="http://electron.atom.io/docs/api/tray">
|
|
|
+ <a href="https://electronjs.org/docs/api/tray">
|
|
|
full API documentation (opens in new window)
|
|
|
</a>
|
|
|
for more details about using Tray on Linux.
|