We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea80c39 commit fbef2f4Copy full SHA for fbef2f4
redirects.ts
@@ -57,6 +57,30 @@ const redirects: Record<string, RedirectConfig> = {
57
status: 301,
58
destination: "/about",
59
},
60
+ "/users/download": {
61
+ status: 301,
62
+ destination: "/desktop",
63
+ },
64
+ "/users/install": {
65
66
67
68
+ "/users/quick-start": {
69
70
+ destination: "/quickstart",
71
72
+ "/users/tutorial-layouts": {
73
74
75
76
+ "/users/tutorial-visualization": {
77
78
79
80
+ "/gephi-lite": {
81
82
+ destination: "https://lite.gephi.org/",
83
84
};
85
86
export default redirects;
0 commit comments