Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch welcome page neews feed to https
  • Loading branch information
m-kuhn committed Aug 21, 2015
1 parent bbf2fe8 commit b110c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/whatsnew.html
Expand Up @@ -90,7 +90,7 @@
google.load("feeds", "1");

function initialize() {
var feed = new google.feeds.Feed('http://blog.qgis.org/feed/');
var feed = new google.feeds.Feed('https://qgisblog.wordpress.com/feed/');
feed.load(function(result) {
var spinner = document.getElementById("loader");
spinner.parentNode.removeChild(spinner);
Expand Down

0 comments on commit b110c0e

Please sign in to comment.