Skip to content

Commit a05f4ac

Browse files
authored
docs: Fix document reference for electron (#1144)
1 parent f9ac32a commit a05f4ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/integrations/electron.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ And now ``renderer process``, which uses the Browser SDK:
3737
});
3838
3939
This configuration will also take care of unhandled Promise rejections, which can be handled in various ways. By default, Electron uses standard JS API.
40-
To learn more about handling promises, refer to :doc:`Promises <../usage#promises>` documentation.
40+
To learn more about handling promises, refer to :doc:`Promises <raven-js-promises>` documentation.
4141

4242
Sending environment information
4343
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/usage.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ And set an ``Access-Control-Allow-Origin`` HTTP header on that file.
303303
.. note:: both of these steps need to be done or your scripts might not
304304
even get executed
305305

306+
.. _raven-js-promises:
307+
306308
Promises
307309
--------
308310

0 commit comments

Comments
 (0)