-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathredirects.json
More file actions
14 lines (14 loc) · 851 Bytes
/
redirects.json
File metadata and controls
14 lines (14 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
{ "source": "/docs/what-is-javaistic", "destination": "/", "permanent": false },
{
"source": "/forum",
"destination": "https://github.com/javaistic/javaistic/discussions",
"permanent": false
},
{ "source": "/community", "destination": "https://discord.gg/RkHJqvK9r8", "permanent": false },
{ "source": "/changelog", "destination": "https://javaistic-changelog.vercel.app/", "permanent": false },
{ "source": "/license", "destination": "https://raw.githubusercontent.com/javaistic/javaistic/main/LICENSE", "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 }
]