Skip to content

Commit d4f2873

Browse files
committed
Update social media link to use https
1 parent b84d729 commit d4f2873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPress-Aztec-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'MPLv2', :file => 'LICENSE.md' }
2727
s.author = { 'Automattic' => '[email protected]', 'Diego Rey Mendez' => '[email protected]', 'Sergio Estevao' => '[email protected]', 'Jorge Leandro Perez' => '[email protected]' }
28-
s.social_media_url = "http://twitter.com/WordPressiOS"
28+
s.social_media_url = "https://twitter.com/WordPressiOS"
2929
s.source = { :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :tag => s.version.to_s }
3030
s.ios.deployment_target = '11.0'
3131
s.swift_version = '5.0'

WordPress-Editor-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'MPLv2', :file => 'LICENSE.md' }
2727
s.author = { 'Automattic' => '[email protected]', 'Diego Rey Mendez' => '[email protected]', 'Sergio Estevao' => '[email protected]', 'Jorge Leandro Perez' => '[email protected]' }
28-
s.social_media_url = "http://twitter.com/WordPressiOS"
28+
s.social_media_url = "https://twitter.com/WordPressiOS"
2929
s.source = { :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :tag => s.version.to_s }
3030
s.ios.deployment_target = '11.0'
3131
s.swift_version = '5.0'

0 commit comments

Comments
 (0)