0

docs: Change some http:// URLs to https://

This commit is contained in:
Nicolas F
2017-03-24 14:35:05 +01:00
parent d11c9b5aa2
commit f9148b7e2e
4 changed files with 12 additions and 12 deletions

View File

@@ -92,7 +92,7 @@ Here's an example that displays icons for each player::
def playerIcons(poi):
if poi['id'] == 'Player':
poi['icon'] = "http://overviewer.org/avatar/%s" % poi['EntityId']
poi['icon'] = "https://overviewer.org/avatar/%s" % poi['EntityId']
return "Last known location for %s" % poi['EntityId']
Note how each POI can get a different icon by setting ``poi['icon']``. These icons must exist in either