From 2c321817395d7ee43df7afa997476c7c698c2fc8 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Wed, 23 May 2012 13:34:41 +0200 Subject: Suggest https in the minimal config example --- source/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/api.py b/source/api.py index a65ba87..a0ad5a2 100644 --- a/source/api.py +++ b/source/api.py @@ -310,7 +310,7 @@ class Config(object): # Minimal config example example = ("Please, provide at least a minimal config file {0}:\n" "[nitrate]\n" - "url = http://nitrate.server/xmlrpc/".format(path)) + "url = https://nitrate.server/xmlrpc/".format(path)) def __init__(self): """ Initialize the configuration """ -- cgit