Skip to content

Commit 47b07f6

Browse files
committed
Correct link to integrations
1 parent b10a565 commit 47b07f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ So for example:
1313
<script>Raven.config('___PUBLIC_DSN___').install();</script>
1414
<script src="app.js"></script>
1515

16-
This allows the ability for Raven's plugins to instrument themselves. If
16+
This allows the ability for Raven's integrations to instrument themselves. If
1717
included before something like jQuery, it'd be impossible to use for
1818
example, the jquery plugin.
1919

@@ -24,7 +24,7 @@ We serve our own builds off of `Fastly <http://www.fastly.com/>`_. They
2424
are accessible over both http and https, so we recommend leaving the
2525
protocol off.
2626

27-
Our CDN distributes builds with and without :doc:`plugins <plugins>`.
27+
Our CDN distributes builds with and without :doc:`integrations <integrations/index>`.
2828

2929
.. sourcecode:: html
3030

docs/tips.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Since this accepts a regular expression, that would catch anything
2323
\*.example.com or example.com exactly. See also: :ref:`Config:
2424
whitelistUrls<config-whitelist-urls>`.
2525

26-
Next, checkout the list of :doc:`plugins <plugins>` we provide and see
26+
Next, checkout the list of :doc:`integrations <integrations/index>` we provide and see
2727
which are applicable to you.
2828

2929
The community has compiled a list of common ignore rules for common

0 commit comments

Comments
 (0)