Skip to content

Commit ceb6c3f

Browse files
committed
Add redirect stubs for moved/removed pages
- console-and-shells.html → console-commands/ - controllers/components/cookie.html → controllers/request-response.html#setting-cookies These old URLs return 404 and are still referenced from external sources. Uses meta refresh for instant client-side redirect with a fallback link for non-JS environments.
1 parent a64c5ba commit ceb6c3f

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

docs/en/console-and-shells.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Page Moved
3+
head:
4+
- - meta
5+
- http-equiv: refresh
6+
content: "0;url=console-commands/"
7+
---
8+
9+
This page has moved to [Console Commands](console-commands/).
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Page Moved
3+
head:
4+
- - meta
5+
- http-equiv: refresh
6+
content: "0;url=../request-response.html#setting-cookies"
7+
---
8+
9+
The Cookie component has been removed. Cookie handling is now done through
10+
[Request & Response Objects](../request-response.md#setting-cookies).

0 commit comments

Comments
 (0)