Skip to content

Commit a18e984

Browse files
committed
Update doc url in the pods
1 parent ffd1f50 commit a18e984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gravatar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
git: 'https://github.com/Automattic/Gravatar-SDK-iOS.git',
1515
tag: s.version.to_s
1616
}
17-
s.documentation_url = 'https://automattic.github.io/Gravatar-SDK-iOS/'
17+
s.documentation_url = 'https://swiftpackageindex.com/Automattic/Gravatar-SDK-iOS/documentation/gravatar'
1818

1919
s.swift_versions = Gravatar::SWIFT_VERSIONS
2020

GravatarUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
git: 'https://github.com/Automattic/Gravatar-SDK-iOS.git',
1515
tag: s.version.to_s
1616
}
17-
s.documentation_url = 'https://automattic.github.io/Gravatar-SDK-iOS/'
17+
s.documentation_url = 'https://swiftpackageindex.com/Automattic/Gravatar-SDK-iOS/documentation/gravatarui'
1818

1919
s.swift_versions = Gravatar::SWIFT_VERSIONS
2020

0 commit comments

Comments
 (0)