diff --git a/content/collections/pages/home.md b/content/collections/pages/home.md
index 7a4d33efd..0fdecd832 100644
--- a/content/collections/pages/home.md
+++ b/content/collections/pages/home.md
@@ -67,6 +67,6 @@ tiles:
enabled: true
flush_image: false
hue_rotate: false
- tile_link: 'entry::a77eb282-e050-4288-b83d-789840e245fd'
+ tile_link: 'entry::f269a0d2-061d-4cc9-a24d-3ea82ea9558f'
advert_override: 972d7159-e76a-4817-a441-65d965d8c794
---
diff --git a/content/collections/pages/recent-updates.md b/content/collections/pages/recent-updates.md
new file mode 100644
index 000000000..8e0214819
--- /dev/null
+++ b/content/collections/pages/recent-updates.md
@@ -0,0 +1,7 @@
+---
+id: f269a0d2-061d-4cc9-a24d-3ea82ea9558f
+blueprint: page
+title: 'Recent Updates'
+intro: 'Keep your Statamic superpowers up-to-date with the latest updates to the docs.'
+template: updates
+---
diff --git a/content/trees/collections/pages.yaml b/content/trees/collections/pages.yaml
index 2049c7279..d42b3bbf9 100644
--- a/content/trees/collections/pages.yaml
+++ b/content/trees/collections/pages.yaml
@@ -347,5 +347,7 @@ tree:
entry: e947dc19-9a8a-44c2-911c-171d1f196c91
-
entry: c9ee871c-002b-48d7-b845-1abac58de337
+ -
+ entry: f269a0d2-061d-4cc9-a24d-3ea82ea9558f
-
entry: 550e7bf1-de6e-40ba-9b06-b32d9119e436
diff --git a/resources/views/home.antlers.html b/resources/views/home.antlers.html
index 113a9a4f5..d4609788f 100644
--- a/resources/views/home.antlers.html
+++ b/resources/views/home.antlers.html
@@ -56,30 +56,3 @@
Keep your Statamic superpowers up-to-date with the latest updates to the docs.
-
-
-
- | Page |
- The Change |
- Section |
- Last Updated |
-
-
-
- {{ collection from="docs|tags|modifiers|variables|fieldtypes|screencasts" sort="last_modified:desc" limit="5" title:not="Documentation" scope="entry" }}
-
- | {{ entry:title ?? entry:slug|title }} |
- View |
- {{ entry:collection | deslugify | title }} |
- |
-
- {{ /collection }}
-
-
- View all recent updates
- #}}
diff --git a/resources/views/updates.antlers.html b/resources/views/updates.antlers.html
index a71d2a808..0f2eb8064 100644
--- a/resources/views/updates.antlers.html
+++ b/resources/views/updates.antlers.html
@@ -13,7 +13,7 @@ {{ title }}
- {{ collection from="docs|tags|modifiers|variables|fieldtypes|screencasts" sort="last_modified:desc" limit="100" title:not="Documentation" scope="entry" }}
+ {{ collection from="pages|tags|modifiers|variables|fieldtypes|tips|resource_apis" sort="last_modified:desc" limit="100" title:not="Home" scope="entry" }}
| {{ entry:title ?? entry:slug|title }} |
{{ entry:collection | deslugify | title }} |
diff --git a/routes/redirects.php b/routes/redirects.php
index fd10f8f57..33cc66b6a 100644
--- a/routes/redirects.php
+++ b/routes/redirects.php
@@ -149,7 +149,7 @@
Route::permanentRedirect('preferences', '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/control-panel/preferences');
Route::permanentRedirect('protecting-content', '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/frontend/protecting-content');
Route::permanentRedirect('quick-start-guide', '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/getting-started/quick-start-guide');
-Route::permanentRedirect('recent-updates', '/');
+Route::permanentRedirect('recent-updates', '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/knowledge-base/recent-updates');
Route::permanentRedirect('relationships', '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/content-modeling/relationships');
Route::permanentRedirect('release-schedule-support-policy', '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/knowledge-base/release-schedule-support-policy');
Route::permanentRedirect('requirements', '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/getting-started/requirements');