diff --git a/docs/signals/concepts/index.md b/docs/signals/concepts/index.md index ff327b897..9f36f0d37 100644 --- a/docs/signals/concepts/index.md +++ b/docs/signals/concepts/index.md @@ -183,7 +183,7 @@ A subscription using a specific attribute key ID, for example a `domain_userid` Once subscribed, all triggered interventions will be streamed to the consumer application. -For back-end applications using the [Signals Python SDK](https://pypi.org/project/snowplow-signals/), [Signals Node.js SDK](https://www.npmjs.com/package/@snowplow/signals-node), or [Signals API](/docs/signals/connection/index.md#signals-api), subscribe within the application code by passing in the relevant attribute key IDs. For web applications, use the [Signals Interventions plugin](/docs/signals/receive-interventions/index.md) for the JavaScript tracker to subscribe automatically to relevant interventions. +For back-end applications using the [Signals Python SDK](https://pypi.org/project/snowplow-signals/), [Signals Node.js SDK](https://www.npmjs.com/package/@snowplow/signals-node), or [Signals API](/docs/signals/connection/index.md#signals-api), subscribe within the application code by passing in the relevant attribute key IDs. For web applications, use the [Signals browser plugin](/docs/signals/receive-interventions/index.md) for the JavaScript tracker to subscribe automatically to relevant interventions. ### Targeting example diff --git a/docs/signals/receive-interventions/index.md b/docs/signals/receive-interventions/index.md index 3bc1c6f88..d6421b380 100644 --- a/docs/signals/receive-interventions/index.md +++ b/docs/signals/receive-interventions/index.md @@ -49,7 +49,7 @@ subscription.stop() ## Using the browser tracker plugin -For web applications using the Snowplow [browser tracker](/docs/sources/trackers/web-trackers/index.md), you can subscribe to interventions using the [Signals Interventions plugin](https://github.com/snowplow-incubator/signals-browser-plugin). +For web applications using the Snowplow [browser tracker](/docs/sources/trackers/web-trackers/index.md), you can subscribe to interventions using the [Signals browser plugin](https://www.npmjs.com/package/@snowplow/signals-browser-plugin). The workflow is: 1. Create a Snowplow tracker with the plugin configured @@ -62,7 +62,7 @@ import { SignalsInterventionsPlugin, addInterventionHandlers, subscribeToInterventions, -} from '@snowplow/browser-plugin-signals-interventions'; +} from '@snowplow/signals-browser-plugin'; // Install the Signals Intervention plugin newTracker('sp1', '{{collector_url}}', {