Skip to content

Commit

Permalink
Switch imager-index from master -> main too
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 16, 2020
1 parent 53d6305 commit 3b83f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h3>Try these!</h3>
} else if (qs.referrer === 'nsi') {
_fcPromise = fetch('https://cdn.jsdelivr.net/gh/osmlab/name-suggestion-index@main/dist/featureCollection.min.json');
} else if (qs.referrer === 'ii') {
_fcPromise = fetch('https://cdn.jsdelivr.net/gh/ideditor/imagery-index@master/dist/featureCollection.min.json');
_fcPromise = fetch('https://cdn.jsdelivr.net/gh/ideditor/imagery-index@main/dist/featureCollection.min.json');
} else {
_fcPromise = Promise.resolve({ ok: true, json: function() { return {}; } }); // fake response
}
Expand Down

0 comments on commit 3b83f11

Please sign in to comment.