diff --git a/src/fragments/lib-v1/project-setup/ios/combine/combine.mdx b/src/fragments/lib-v1/project-setup/ios/combine/combine.mdx index dba63c89efd..318eb8eaca9 100644 --- a/src/fragments/lib-v1/project-setup/ios/combine/combine.mdx +++ b/src/fragments/lib-v1/project-setup/ios/combine/combine.mdx @@ -107,7 +107,7 @@ The `API.subscribe()` method exposes a `subscriptionDataPublisher` for the strea ##### `Hub.publisher(for:)` -The Amplify Hub category exposes only one Combine-related API: `Hub.publisher(for:)`, which returns a publisher for all events on a given channel. You can then apply the standard Combine [`filter`]() operator to inspect only those events you care about. +The Amplify Hub category exposes only one Combine-related API: `Hub.publisher(for:)`, which returns a publisher for all events on a given channel. You can then apply the standard Combine [`filter`]() operator to inspect only those events you care about. ##### `Storage` upload & download operations diff --git a/src/fragments/lib/project-setup/ios/combine/combine.mdx b/src/fragments/lib/project-setup/ios/combine/combine.mdx index 26e0edb7cff..524759c3606 100644 --- a/src/fragments/lib/project-setup/ios/combine/combine.mdx +++ b/src/fragments/lib/project-setup/ios/combine/combine.mdx @@ -49,4 +49,4 @@ When using Amplify.Publisher, cancelling a subscription to a publisher also canc ## Hub.publisher(for:) -The Amplify Hub category exposes only one Combine-related API: `Hub.publisher(for:)`, which returns a publisher for all events on a given channel. You can then apply the standard Combine [`filter`](https://developer.apple.com/documentation/combine/anypublisher/filter(_:)) operator to inspect only those events you care about. +The Amplify Hub category exposes only one Combine-related API: `Hub.publisher(for:)`, which returns a publisher for all events on a given channel. You can then apply the standard Combine [`filter`](https://developer.apple.com/documentation/combine/publishers/filter) operator to inspect only those events you care about.