summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRasterStyleLayer.h
diff options
context:
space:
mode:
authorNadia Barbosa <nadiabarbosa@me.com>2019-01-17 17:15:38 -0800
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2019-01-23 13:16:28 -0800
commit332c1ac96a13542bded2ebd87173ee93c8026f63 (patch)
tree4e7f3ca146704b7e7d9776d478e3f52421f35759 /platform/darwin/src/MGLRasterStyleLayer.h
parent24b4ddf41628a0b0f3f0d59ac00db57ccd99a39e (diff)
downloadqtlocation-mapboxgl-332c1ac96a13542bded2ebd87173ee93c8026f63.tar.gz
[ios] Fix links in documentation
[ios] Update to docs.mapbox.com Update links
Diffstat (limited to 'platform/darwin/src/MGLRasterStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLRasterStyleLayer.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/platform/darwin/src/MGLRasterStyleLayer.h b/platform/darwin/src/MGLRasterStyleLayer.h
index cab6db3a91..87cf5be1b8 100644
--- a/platform/darwin/src/MGLRasterStyleLayer.h
+++ b/platform/darwin/src/MGLRasterStyleLayer.h
@@ -36,8 +36,8 @@ typedef NS_ENUM(NSUInteger, MGLRasterResamplingMode) {
`MGLImageSource` object. For example, you could use a raster style layer to
render <a href="https://www.mapbox.com/satellite/">Mapbox Satellite</a>
imagery, a <a
- href="https://www.mapbox.com/help/define-tileset/#raster-tilesets">raster tile
- set</a> uploaded to Mapbox Studio, or a raster map authored in <a
+ href="https://docs.mapbox.com/help/glossary/tileset/#raster-tilesets">raster
+ tile set</a> uploaded to Mapbox Studio, or a raster map authored in <a
href="https://tilemill-project.github.io/tilemill/">TileMill</a>, the classic
Mapbox Editor, or Mapbox Studio Classic.
@@ -53,10 +53,9 @@ typedef NS_ENUM(NSUInteger, MGLRasterResamplingMode) {
`-[MGLStyle addLayer:]`.
#### Related examples
- See the <a
- href="https://www.mapbox.com/ios-sdk/maps/examples/image-source/">Add an
- image</a> and <a
- href="https://www.mapbox.com/ios-sdk/maps/examples/source-custom-raster/">Add
+ See the <a href="https://docs.mapbox.com/ios/maps/examples/image-source/">Add
+ an image</a> and <a
+ href="https://docs.mapbox.com/ios/maps/examples/source-custom-raster/">Add
raster imagery</a> examples to learn how to add imagery with this style layer.
### Example