forked from javaistic/javaistic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredirects.json
More file actions
37 lines (37 loc) · 841 Bytes
/
redirects.json
File metadata and controls
37 lines (37 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"source": "/blog",
"destination": "https://blog-javaistic.vercel.app/",
"permanent": false
},
{
"source": "/community",
"destination": "https://discord.gg/PDcEweNM7v",
"permanent": false
},
{
"source": "/discord",
"destination": "https://discord.gg/PDcEweNM7v",
"permanent": false
},
{
"source": "/forum",
"destination": "https://github.com/javaistic/javaistic/discussions",
"permanent": false
},
{
"source": "/license",
"destination": "https://raw.githubusercontent.com/javaistic/javaistic/main/LICENSE",
"permanent": false
},
{
"source": "/stats",
"destination": "https://javaistic.betteruptime.com/",
"permanent": false
},
{
"source": "/status",
"destination": "https://javaistic.betteruptime.com/",
"permanent": false
}
]