From 9f85ec2c57bfd1e057d261e1ddffabd45d524cbb Mon Sep 17 00:00:00 2001 From: Charlie Gerrior Date: Mon, 18 Oct 2021 12:59:25 -0400 Subject: [PATCH] fixes link to screen tracking plugin on github --- .../sources/catalog/libraries/mobile/swift-ios/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/mobile/swift-ios/index.md b/src/connections/sources/catalog/libraries/mobile/swift-ios/index.md index d8178d9877..2c891931d6 100644 --- a/src/connections/sources/catalog/libraries/mobile/swift-ios/index.md +++ b/src/connections/sources/catalog/libraries/mobile/swift-ios/index.md @@ -147,7 +147,7 @@ analytics.screen(title: "SomeScreen") {% endcodeexampletab %} {% endcodeexample %} -You can enable automatic screen tracking by using this [example plugin](https://github.com/segmentio/analytics-example-plugins/blob/main/plugins/swift/UIKitScreenTracking.swift){:target="_blank"}. +You can enable automatic screen tracking by using this [example plugin](https://github.com/segmentio/analytics-swift/blob/main/Examples/other_plugins/UIKitScreenTracking.swift){:target="_blank"}. Once you add the plugin to your project, add it to your Analytics instance: