This repository was archived by the owner on Nov 27, 2022. It is now read-only.
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
Credits
27
27
-----------------------
28
28
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/)
31
31
* [ 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)
33
33
* RSS Feed Icon from [ FEED ICONS] ( http://www.feedicons.com/ )
34
34
Original file line number Diff line number Diff line change 1
1
require 'open-uri'
2
2
require 'json'
3
3
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'
5
5
CACHE_PATH = File . dirname ( __FILE__ ) + '/../../tmp/update-center.json'
6
6
CATEGORIES = %w{ scm misc notifier listview-column builder user ui
7
7
report maven buildwrapper post-build upload external trigger
Original file line number Diff line number Diff line change 2
2
%rss { :version => " 2.0" }
3
3
%channel
4
4
%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)
6
6
%description Jenkins Plugins
7
7
%language en-us
8
8
%pubDate= @mtime.rfc2822
Original file line number Diff line number Diff line change 16
16
Jenkins Plugin Hub
17
17
%p .lead
18
18
This site is a hub site for
19
- %a {:href => 'http ://jenkins-ci.org'} Jenkins
19
+ %a {:href => 'https ://jenkins-ci.org'} Jenkins
20
20
plugins. This site provides you quick search and RSS feed for Jenkins plugins.
21
21
%br
22
22
Now
You can’t perform that action at this time.
0 commit comments