Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to iOS SDK documentation #8359

Merged
merged 2 commits into from
Jun 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/pages/style-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,7 @@ export default class extends React.Component {
href='https://docs.mapbox.com/android/'>Mapbox Maps SDK for Android</a></li>
<li>Authors of software that generates or processes Mapbox styles.</li>
</ul>
<p>Developers using the <a href='https://www.mapbox.com/ios-sdk/'>Mapbox Maps SDK for iOS</a> or <a
href='https://github.com/mapbox/mapbox-gl-native/tree/master/platform/macos/'>
Mapbox Maps SDK for macOS</a> should consult the iOS SDK API reference for platform-appropriate
documentation of style-related features.</p>
<p>For platform-appropriate documentation of style-related features, developers using the Mapbox Maps SDK for iOS should consult the <a href='https://docs.mapbox.com/ios/maps/overview/'>iOS SDK API reference</a>, and developers using the Mapbox Maps SDK for macOS should consult the <a href='https://mapbox.github.io/mapbox-gl-native/macos/'>macOS SDK API reference</a>.</p>
</div>

<SectionH2 id='root' title='Root Properties'>
Expand Down