mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user