diff options
author | Sven Gothel <[email protected]> | 2019-06-18 07:15:34 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-06-18 07:15:34 +0200 |
commit | ad3f20fcb310cce4461f5eacb3b6917378a7cef5 (patch) | |
tree | f750962834bbab8e3d4ea7cbd92e3f3342d1dbb4 | |
parent | 390c27efc5e6e51bbe4cc720c68113d2a1d290f6 (diff) |
RSS Feedreader planet2 config: Use https where required
-rw-r--r-- | planet2/config/planet-config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/planet2/config/planet-config.xml b/planet2/config/planet-config.xml index 4e8241d..d2c1947 100644 --- a/planet2/config/planet-config.xml +++ b/planet2/config/planet-config.xml @@ -13,10 +13,10 @@ <output>/srv/www/jogamp.org/planet</output> </planet> - <feed name="jau-blog" url="http://jausoft.com/blog/category/computer-stuff/3d-opengl/jogamp/feed/"/> + <feed name="jau-blog" url="https://jausoft.com/blog/category/computer-stuff/3d-opengl/jogamp/feed/"/> <!-- feed name="rami-blog" url="http://ramisantina.com/blog/?feed=rss2&tag=jogl"/ --> <!-- feed name="dominik-blog" url="http://copypastaresearch.tumblr.com/rss"/ --> - <feed name="wade-blog" url="http://wadeawalker.wordpress.com/category/java-opengl/feed/"/> + <feed name="wade-blog" url="https://wadeawalker.wordpress.com/category/java-opengl/feed/"/> <feed name="xerxes-blog" url="http://labb.zafena.se/?category_name=jogamp&feed=rss2"/> <!-- is-down feed name="mbien-blog1" url="http://michael-bien.com/mbien/feed/entries/atom?tags=jogl"/--> <!-- is-down feed name="mbien-blog2" url="http://michael-bien.com/mbien/feed/entries/atom?tags=jocl"/--> |