From 5fa305fb9ad6cd835a0943bc4fd21a42d9189654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Tue, 21 Nov 2017 18:00:23 +0100 Subject: [PATCH] docs: Fix document reference for electron --- docs/integrations/electron.rst | 2 +- docs/usage.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/integrations/electron.rst b/docs/integrations/electron.rst index 5f38b7b098a2..5ad65cb17e7d 100644 --- a/docs/integrations/electron.rst +++ b/docs/integrations/electron.rst @@ -37,7 +37,7 @@ And now ``renderer process``, which uses the Browser SDK: }); This configuration will also take care of unhandled Promise rejections, which can be handled in various ways. By default, Electron uses standard JS API. -To learn more about handling promises, refer to :doc:`Promises <../usage#promises>` documentation. +To learn more about handling promises, refer to :doc:`Promises ` documentation. Sending environment information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/usage.rst b/docs/usage.rst index 21c59fa128ce..f3cc3b165125 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -303,6 +303,8 @@ And set an ``Access-Control-Allow-Origin`` HTTP header on that file. .. note:: both of these steps need to be done or your scripts might not even get executed +.. _raven-js-promises: + Promises --------