-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathredirects.json
More file actions
13 lines (13 loc) · 689 Bytes
/
redirects.json
File metadata and controls
13 lines (13 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
[
{ "source": "/docs/what-is-javaistic", "destination": "/", "permanent": false },
{
"source": "/forum",
"destination": "https://github.com/javaistic/javaistic/discussions",
"permanent": false
},
{ "source": "/docs/slug", "destination": "/docs/slug", "permanent": false },
{ "source": "/community", "destination": "https://discord.gg/RkHJqvK9r8", "permanent": false },
{ "source": "/discord", "destination": "https://discord.gg/RkHJqvK9r8", "permanent": false },
{ "source": "/status", "destination": "https://javaistic.betteruptime.com/", "permanent": false },
{ "source": "/stats", "destination": "https://javaistic.betteruptime.com/", "permanent": false }
]