diff --git a/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgets.yaml b/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgets.yaml
index 298b86af39653d1a321a5509ca0ad4ddb9a8951d..c4556f9ccfa51a94303dae4b06532f5eb06670cd 100644
--- a/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgets.yaml
+++ b/typo3/sysext/dashboard/Configuration/Backend/DashboardWidgets.yaml
@@ -67,7 +67,7 @@ services:
       $cache: '@cache.dashboard.rss'
       $buttonProvider: '@dashboard.buttons.t3news'
       $options:
-        feedUrl: 'https://www.typo3.org/rss'
+        feedUrl: 'https://typo3.org/rss'
     tags:
       - name: dashboard.widget
         identifier: 't3news'
@@ -177,7 +177,7 @@ services:
       $cache: '@cache.dashboard.rss'
       $buttonProvider: '@dashboard.buttons.t3securityAdvisories'
       $options:
-        feedUrl: 'https://typo3.org/?type=101'
+        feedUrl: 'https://typo3.org/rss-security'
     tags:
       - name: dashboard.widget
         identifier: 't3securityAdvisories'