Skip to content

Commit fd2ddbe

Browse files
committed
docs: Use :ref: instead of :doc: for electron
1 parent a05f4ac commit fd2ddbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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 <raven-js-promises>` documentation.
40+
To learn more about handling promises, refer to :ref:`raven-js-promises` documentation.
4141

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

0 commit comments

Comments
 (0)