File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
1717included before something like jQuery, it'd be impossible to use for
1818example, the jquery plugin.
1919
@@ -24,7 +24,7 @@ We serve our own builds off of `Fastly <http://www.fastly.com/>`_. They
2424are accessible over both http and https, so we recommend leaving the
2525protocol 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
Original file line number Diff line number Diff 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:
2424whitelistUrls<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
2727which are applicable to you.
2828
2929The community has compiled a list of common ignore rules for common
You can’t perform that action at this time.
0 commit comments