branch: externals/company
commit 827f17305d52c64146236d5e3a4e2cc0dbb64ca6
Author: YugaEgo <[email protected]>
Commit: YugaEgo <[email protected]>
User manual: Link styles via HTTPS
---
doc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
index 7eb6ddad90..d6cb27a89b 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -17,7 +17,7 @@ install-info: company.info
install-info --info-dir=${INFO_INSTALL_DIR} $^
company.html/: \
- HTML_CSS_URL ?= http://company-mode.github.io/stylesheets/stylesheet.css
+ HTML_CSS_URL ?=
https://company-mode.github.io/stylesheets/stylesheet.css
--css-ref=${HTML_CSS_URL}
# HTML_CSS_FILE ?=
../../company-mode.github.com/stylesheets/stylesheet.css
# --css-include=${HTML_CSS_FILE}