From 294c06defa9b4205aa45cee6f709840d546ff432 Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Wed, 12 Dec 2018 20:24:55 -0500 Subject: [ios] Update release notes template for correct Cocoapods/Carthage links --- platform/ios/scripts/release-notes-github.md.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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