Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Oct 28, 2024
1 parent b536a87 commit b723a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ extension Spezi {
/// ### Action
/// - ``RegisterRemoteNotificationsAction``
@_disfavoredOverload
@available(*, deprecated, message: "Please migrate to the new SpeziNotifications package.")
@available(*, deprecated, message: "Please migrate to the new SpeziNotifications package: https://github.com/StanfordSpezi/SpeziNotifications")
public var registerRemoteNotifications: RegisterRemoteNotificationsAction {
RegisterRemoteNotificationsAction(self)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extension Spezi {
/// Unregisters for all remote notifications received through Apple Push Notification service.
///
/// Refer to the documentation of ``Spezi/unregisterRemoteNotifications``.
@available(*, deprecated, message: "Please migrate to the new SpeziNotifications package.")
@available(*, deprecated, message: "Please migrate to the new SpeziNotifications package: https://github.com/StanfordSpezi/SpeziNotifications")
public struct UnregisterRemoteNotificationsAction: Sendable {
fileprivate init() {}

Expand Down Expand Up @@ -56,7 +56,7 @@ extension Spezi {
/// ### Action
/// - ``UnregisterRemoteNotificationsAction``
@_disfavoredOverload
@available(*, deprecated, message: "Please migrate to the new SpeziNotifications package.")
@available(*, deprecated, message: "Please migrate to the new SpeziNotifications package: https://github.com/StanfordSpezi/SpeziNotifications")
public var unregisterRemoteNotifications: UnregisterRemoteNotificationsAction {
UnregisterRemoteNotificationsAction()
}
Expand Down

0 comments on commit b723a0a

Please sign in to comment.