Skip to content

Commit

Permalink
Correct link to integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Oct 6, 2015
1 parent b10a565 commit 47b07f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/install.rst
Expand Up @@ -13,7 +13,7 @@ So for example:
<script>Raven.config('___PUBLIC_DSN___').install();</script>
<script src="app.js"></script>

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

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

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

.. sourcecode:: html

Expand Down
2 changes: 1 addition & 1 deletion docs/tips.rst
Expand Up @@ -23,7 +23,7 @@ Since this accepts a regular expression, that would catch anything
\*.example.com or example.com exactly. See also: :ref:`Config:
whitelistUrls<config-whitelist-urls>`.

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

The community has compiled a list of common ignore rules for common
Expand Down

0 comments on commit 47b07f6

Please sign in to comment.