Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit f1d20d8

Browse files
committed
Changed: http to https
1 parent ebcc5a0 commit f1d20d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Author
2626
Credits
2727
-----------------------
2828

29-
* [Twitter Bootstrap](twitter.github.com/bootstrap/)
30-
* [jQuery](http://jquery.com/)
29+
* [Twitter Bootstrap](https://twitter.github.com/bootstrap/)
30+
* [jQuery](https://jquery.com/)
3131
* [Padrino Ruby Web Framework](http://www.padrinorb.com)
32-
* Jenkins Icon from Original [Jenkins](http://jenkins-ci.org)
32+
* Jenkins Icon from Original [Jenkins](https://jenkins-ci.org)
3333
* RSS Feed Icon from [FEED ICONS](http://www.feedicons.com/)
3434

app/controllers/jenkins_plugins.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'open-uri'
22
require 'json'
33
JenkinsPluginHub.controllers :jenkins_plugins do
4-
DEFAULT_URL ='http://updates.jenkins-ci.org/update-center.json'
4+
DEFAULT_URL ='https://updates.jenkins-ci.org/update-center.json'
55
CACHE_PATH = File.dirname(__FILE__) + '/../../tmp/update-center.json'
66
CATEGORIES = %w{scm misc notifier listview-column builder user ui
77
report maven buildwrapper post-build upload external trigger

app/views/jenkins_plugins/show_rss.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%rss{ :version => "2.0" }
33
%channel
44
%title Jenkins Plugin Hub
5-
%link= "http://" + request.env["HTTP_HOST"] + url_for(:jenkins_plugins, :show)
5+
%link= "https://" + request.env["HTTP_HOST"] + url_for(:jenkins_plugins, :show)
66
%description Jenkins Plugins
77
%language en-us
88
%pubDate= @mtime.rfc2822

app/views/layouts/application.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Jenkins Plugin Hub
1717
%p.lead
1818
This site is a hub site for
19-
%a{:href => 'http://jenkins-ci.org'} Jenkins
19+
%a{:href => 'https://jenkins-ci.org'} Jenkins
2020
plugins. This site provides you quick search and RSS feed for Jenkins plugins.
2121
%br
2222
Now

0 commit comments

Comments
 (0)