Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Update documentation links in podspecs (#499)
Browse files Browse the repository at this point in the history
* Update links in podspec

* Change github/gh/gh to gh
  • Loading branch information
jmkiley authored Oct 6, 2020
1 parent 2095aac commit 5970296
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ commands:
name: Install macOS dependencies
command: |
brew update && brew upgrade carthage
brew install cmake ccache pkg-config glfw3 github/gh/gh
brew install cmake ccache pkg-config glfw3 gh
trigger-metrics:
steps:
Expand Down
4 changes: 2 additions & 2 deletions platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Pod::Spec.new do |m|
m.homepage = 'https://docs.mapbox.com/ios/maps/'
m.license = { :type => 'BSD', :file => 'LICENSE.md' }
m.author = { 'Mapbox' => '[email protected]' }
m.screenshot = "https://docs.mapbox.com/ios/api/maps/#{version}/img/screenshot.png"
m.screenshot = "https://docs.mapbox.com/ios/maps/api/#{version}/img/screenshot.png"
m.social_media_url = 'https://twitter.com/mapbox'
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/'
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api/'

m.source = {
:http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-snapshot-dynamic.zip",
Expand Down
4 changes: 2 additions & 2 deletions platform/ios/Mapbox-iOS-SDK-stripped.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Pod::Spec.new do |m|
m.homepage = 'https://docs.mapbox.com/ios/maps/'
m.license = { :type => 'BSD', :file => 'LICENSE.md' }
m.author = { 'Mapbox' => '[email protected]' }
m.screenshot = "https://docs.mapbox.com/ios/api/maps/#{version}/img/screenshot.png"
m.screenshot = "https://docs.mapbox.com/ios/maps/api/#{version}/img/screenshot.png"
m.social_media_url = 'https://twitter.com/mapbox'
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/'
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api/'

m.source = {
:http => "https://api.mapbox.com/downloads/v2/mobile-maps/releases/ios/packages/#{version.to_s}/mapbox-ios-sdk-stripped-dynamic.zip",
Expand Down
4 changes: 2 additions & 2 deletions platform/ios/Mapbox-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Pod::Spec.new do |m|
m.homepage = 'https://docs.mapbox.com/ios/maps/'
m.license = { :type => 'BSD', :file => 'LICENSE.md' }
m.author = { 'Mapbox' => '[email protected]' }
m.screenshot = "https://docs.mapbox.com/ios/api/maps/#{version}/img/screenshot.png"
m.screenshot = "https://docs.mapbox.com/ios/maps/api/#{version}/img/screenshot.png"
m.social_media_url = 'https://twitter.com/mapbox'
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/'
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api/'

m.source = {
:http => "https://api.mapbox.com/downloads/v2/mobile-maps/releases/ios/packages/#{version.to_s}/mapbox-ios-sdk-dynamic.zip",
Expand Down

0 comments on commit 5970296

Please sign in to comment.