mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
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.
13 lines
506 B
HTML
13 lines
506 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<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/journals-and-notifications">https://docs.roboco.tech/docs/panel/journals-and-notifications</a>.</p>
|
|
</body>
|
|
</html>
|