From 3624d0a288dd7cc0e0e79b965ad066165dbcbda1 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Mon, 25 Feb 2019 04:12:45 +0000 Subject: [PATCH] Change http to https for security links (#5950) Signed-off-by: Nguyen Van Trung Mirrored from https://github.com/envoyproxy/envoy @ 5313bbc56e63500b48cd1c207f686cd5a9f68acf --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bd23ab6..02f85369 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ Or to use a hermetic Docker container: ``` This process builds RST documentation directly from the proto files, merges it with the static RST -files, and then runs [Sphinx](http://www.sphinx-doc.org/en/stable/rest.html) over the entire tree to +files, and then runs [Sphinx](https://www.sphinx-doc.org/en/stable/rest.html) over the entire tree to produce the final documentation. The generated RST files are not committed as they are regenerated every time the documentation is built.