docs(redirects): point the old communications-and-journals URL at its renamed target

The docs site renamed the page to journals-and-notifications when the
channel/session comms subsystem was removed; the stub still redirected
the old Pages URL to the dead path, landing visitors on a 404.
This commit is contained in:
Renn F
2026-07-24 22:38:47 +02:00
parent 2a9339225c
commit f90caf6f9b
@@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Communications & Journals</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/communications-and-journals">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/communications-and-journals">
<title>Journals & Notifications</title>
<meta http-equiv="refresh" content="0; url=https://docs.roboco.tech/docs/panel/journals-and-notifications">
<link rel="canonical" href="https://docs.roboco.tech/docs/panel/journals-and-notifications">
</head>
<body>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/communications-and-journals">https://docs.roboco.tech/docs/panel/communications-and-journals</a>.</p>
<p>This page has moved to <a href="https://docs.roboco.tech/docs/panel/journals-and-notifications">https://docs.roboco.tech/docs/panel/journals-and-notifications</a>.</p>
</body>
</html>