From 61be5d89d7546a7a9d66e3aae279ce2d4375934e Mon Sep 17 00:00:00 2001 From: SandPox Date: Thu, 14 Apr 2016 04:05:10 -0700 Subject: [PATCH] Fix tutorial for SSL Jenkins website If someone's Jenkins server using SSL then http css will not be loaded and theme will not be shown. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84031522..c3bff059 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This started as a fork to **jenkins-material-theme**, but changed mostly to use 1. Click `Configure System` and scroll down to `Theme` -1. Specify the URL for `http://jenkins-contrib-themes.github.io/jenkins-neo-theme/dist/neo-light.css`. +1. Specify the URL for `https://jenkins-contrib-themes.github.io/jenkins-neo-theme/dist/neo-light.css`. 1. Click `Save`