Change most http links to https
This commit is contained in:
parent
c2c6d8ad50
commit
11fa5fe184
49 changed files with 188 additions and 188 deletions
|
|
@ -45,7 +45,7 @@ GAME_INDEX_LISTING = {
|
|||
# optional
|
||||
'long_description':
|
||||
"Longer description that can use Markdown like *bold*, _italic_"
|
||||
"and [linkname](http://link.com). Use \n for line breaks."
|
||||
"and [linkname](https://link.com). Use \n for line breaks."
|
||||
'telnet_hostname': 'dummy.com',
|
||||
'telnet_port': '1234',
|
||||
'web_client_url': 'dummy.com/webclient',
|
||||
|
|
@ -68,4 +68,4 @@ If you don't specify neither `telnet_hostname + port` nor
|
|||
`web_client_url`, the Game index will list your game as _Not yet public_.
|
||||
Non-public games are moved to the bottom of the index since there is no way
|
||||
for people to try them out. But it's a good way to show you are out there, even
|
||||
if you are not ready for players yet.
|
||||
if you are not ready for players yet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue