From c01c8282fe6e3de1cb65223efc50d36bad4d591f Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Mon, 17 Dec 2018 11:10:52 -0500 Subject: [ios] Update release notes template for correct Cocoapods/Carthage links (#13567) --- platform/ios/scripts/release-notes-github.md.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/ios/scripts/release-notes-github.md.ejs b/platform/ios/scripts/release-notes-github.md.ejs index 0db4c5af51..53c7c842fe 100644 --- a/platform/ios/scripts/release-notes-github.md.ejs +++ b/platform/ios/scripts/release-notes-github.md.ejs @@ -3,7 +3,7 @@ <%-CHANGELOG-%> <% if (isPrerelease) { %> -To install this pre-release via a dependency manager, see our [CocoaPods](https://github.com/mapbox/mapbox-gl-native/blob/<%-CURRENTVERSION%>/platform/ios/INSTALL.md#CocoaPods) or [Carthage](https://github.com/mapbox/mapbox-gl-native/blob/<%-CURRENTVERSION%>/platform/ios/INSTALL.md#Carthage) instructions. +To install this pre-release via a dependency manager, see our [CocoaPods](https://github.com/mapbox/mapbox-gl-native/blob/ios-v<%-CURRENTVERSION%>/platform/ios/INSTALL.md#CocoaPods) or [Carthage](https://github.com/mapbox/mapbox-gl-native/blob/ios-v<%-CURRENTVERSION%>/platform/ios/INSTALL.md#Carthage) instructions. <% } -%> Documentation is [available online](https://www.mapbox.com/ios-sdk/api/<%-CURRENTVERSION%>/) or as part of the download. -- cgit v1.2.1