summaryrefslogtreecommitdiff
path: root/.jazzy.yaml
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-02-08 11:38:37 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-02-08 11:38:37 -0800
commit57f5359b1b5b4831a4823ae8fb01cbb080af7295 (patch)
tree0345f478ea3be2ab386b278a8db7ed13ad599308 /.jazzy.yaml
parent040fc09ea791921b1b86d96b20989d6735c7c3af (diff)
downloadqtlocation-mapboxgl-57f5359b1b5b4831a4823ae8fb01cbb080af7295.tar.gz
[ios] Get favicon from HTTPS in jazzy docs
Diffstat (limited to '.jazzy.yaml')
-rw-r--r--.jazzy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.jazzy.yaml b/.jazzy.yaml
index 99224d9626..ecbf9ff5bd 100644
--- a/.jazzy.yaml
+++ b/.jazzy.yaml
@@ -6,7 +6,7 @@ dash_url: https://www.mapbox.com/ios-sdk/docsets/Mapbox.xml
copyright: '© 2014–2016 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.'
custom_head: |
- <link rel='shortcut icon' href='http://www.mapbox.com/img/favicon.ico' type='image/x-icon' />
+ <link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' />
objc_mode: Yes
skip_undocumented: Yes