From 1a18a601a1865e2975d1c879f498e7ba3b0a41fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Tue, 16 May 2017 13:45:25 +0200 Subject: [PATCH] Suggest the host starting with https --- docs/CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 80b62403..328d1874 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -151,7 +151,7 @@ which should submit an HTTP POST to the frontend, requesting a build:: $ ./contrib/mbs-build -s [server] submit [scm_url] [branch] Here, `server` should specify the `hostname[:port]` port of the MBS instance -you want to submit to. For local development, try `127.0.0.1:5000`. +you want to submit to. For local development, try `https://127.0.0.1:5000`. The `scmurl` should be a url to a dist-git repo of the module in question and the `branch` should be the stream that you want to build. Note that