diff options
author | Fabian Guerra Soto <fabian.guerra@mapbox.com> | 2018-05-03 09:11:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-03 09:11:42 -0400 |
commit | 844a8244097c18ae12e9c14baaaaad8a2f7ef436 (patch) | |
tree | 896fb8e140bbf2ad227f9335811d86225bed3cb5 /platform/darwin | |
parent | 8b713d937343c8c4aafb1387279c1eec11e5ab95 (diff) | |
download | qtlocation-mapboxgl-844a8244097c18ae12e9c14baaaaad8a2f7ef436.tar.gz |
[ios, macos] Fix broken link to predicates and expressions guide. (#11818)
Diffstat (limited to 'platform/darwin')
-rw-r--r-- | platform/darwin/docs/guides/For Style Authors.md.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/docs/guides/For Style Authors.md.ejs b/platform/darwin/docs/guides/For Style Authors.md.ejs index 2ae6602224..b0ded7bc03 100644 --- a/platform/darwin/docs/guides/For Style Authors.md.ejs +++ b/platform/darwin/docs/guides/For Style Authors.md.ejs @@ -272,7 +272,7 @@ Each property representing a layout or paint attribute is set to an but you create the former using a very different syntax. `NSExpression`’s format string syntax is reminiscent of a spreadsheet formula or an expression in a database query. See the -“[Predicates and Expressions](Predicates and Expressions.md)” guide for an +“[Predicates and Expressions](predicates-and-expressions.html)” guide for an overview of the expression support in this SDK. This SDK no longer supports style functions; use expressions instead. @@ -427,5 +427,5 @@ In style JSON | In the format string `["any", f0, …, fn]` | `p0 OR … OR pn` `["none", f0, …, fn]` | `NOT (p0 OR … OR pn)` -See the “[Predicates and Expressions](Predicates and Expressions.md)” guide for +See the “[Predicates and Expressions](predicates-and-expressions.html)” guide for a full description of the supported operators and operand types. |