Skip to content

Commit f8f2ead

Browse files
authored
fix(swift): broken links updated (#8390)
* fix(swift): broken links updated * fix(swift): broken links updated
1 parent 5ad9ab9 commit f8f2ead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fragments/lib-v1/project-setup/ios/combine/combine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The `API.subscribe()` method exposes a `subscriptionDataPublisher` for the strea
107107

108108
##### `Hub.publisher(for:)`
109109

110-
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.
110+
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.
111111

112112
##### `Storage` upload & download operations
113113

src/fragments/lib/project-setup/ios/combine/combine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ When using Amplify.Publisher, cancelling a subscription to a publisher also canc
4949

5050
## Hub.publisher(for:)
5151

52-
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.
52+
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.

0 commit comments

Comments
 (0)