Skip to content

Commit

Permalink
Use https url for blog feed
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Nov 20, 2014
1 parent a75dee5 commit 0f579e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dashboards/View/Elements/dashboard/blog_feed.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<?php

$script =<<<EOF
var feedUrl = "http://blog.croogo.org/promoted.rss";
var feedUrl = "https://blog.croogo.org/promoted.rss";
$.get(feedUrl, { utm_source: "admin-dashboard" }, function(data) {
var xml = $(data);
var buffer = '';
Expand Down

0 comments on commit 0f579e6

Please sign in to comment.