Skip to content

Commit 5f15ca0

Browse files
authored
302->301 (#373)
1 parent 95d265b commit 5f15ca0

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

netlify.toml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,168 +1,168 @@
11
[[redirects]]
22
from = "/airflow/nightly/*"
33
to = "/home/nightly/airflow/:splat"
4-
status = 302
4+
status = 301
55

66
[[redirects]]
77
from = "/druid/nightly/*"
88
to = "/home/nightly/druid/:splat"
9-
status = 302
9+
status = 301
1010

1111
[[redirects]]
1212
from = "/hbase/nightly/*"
1313
to = "/home/nightly/hbase/:splat"
14-
status = 302
14+
status = 301
1515

1616
[[redirects]]
1717
from = "/hdfs/nightly/*"
1818
to = "/home/nightly/hdfs/:splat"
19-
status = 302
19+
status = 301
2020

2121
[[redirects]]
2222
from = "/hive/nightly/*"
2323
to = "/home/nightly/hive/:splat"
24-
status = 302
24+
status = 301
2525

2626
[[redirects]]
2727
from = "/kafka/nightly/*"
2828
to = "/home/nightly/kafka/:splat"
29-
status = 302
29+
status = 301
3030

3131
[[redirects]]
3232
from = "/nifi/nightly/*"
3333
to = "/home/nightly/nifi/:splat"
34-
status = 302
34+
status = 301
3535

3636
[[redirects]]
3737
from = "/spark-k8s/nightly/*"
3838
to = "/home/nightly/spark-k8s/:splat"
39-
status = 302
39+
status = 301
4040

4141
[[redirects]]
4242
from = "/superset/nightly/*"
4343
to = "/home/nightly/superset/:splat"
44-
status = 302
44+
status = 301
4545

4646
[[redirects]]
4747
from = "/trino/nightly/*"
4848
to = "/home/nightly/trino/:splat"
49-
status = 302
49+
status = 301
5050

5151
[[redirects]]
5252
from = "/zookeeper/nightly/*"
5353
to = "/home/nightly/zookeeper/:splat"
54-
status = 302
54+
status = 301
5555

5656
[[redirects]]
5757
from = "/opa/nightly/*"
5858
to = "/home/nightly/opa/:splat"
59-
status = 302
59+
status = 301
6060

6161
[[redirects]]
6262
from = "/commons-operator/nightly/*"
6363
to = "/home/nightly/commons-operator/:splat"
64-
status = 302
64+
status = 301
6565

6666
[[redirects]]
6767
from = "/secret-operator/nightly/*"
6868
to = "/home/nightly/secret-operator/:splat"
69-
status = 302
69+
status = 301
7070

7171
[[redirects]]
7272
from = "/listener-operator/nightly/*"
7373
to = "/home/nightly/listener-operator/:splat"
74-
status = 302
74+
status = 301
7575

7676
# stable redirects
7777
# force = true --> We're generating a compat page, but redirect it
7878

7979
[[redirects]]
8080
from = "/airflow/stable/*"
8181
to = "/home/stable/airflow/:splat"
82-
status = 302
82+
status = 301
8383
force = true
8484

8585
[[redirects]]
8686
from = "/druid/stable/*"
8787
to = "/home/stable/druid/:splat"
88-
status = 302
88+
status = 301
8989
force = true
9090

9191
[[redirects]]
9292
from = "/hbase/stable/*"
9393
to = "/home/stable/hbase/:splat"
94-
status = 302
94+
status = 301
9595
force = true
9696

9797
[[redirects]]
9898
from = "/hdfs/stable/*"
9999
to = "/home/stable/hdfs/:splat"
100-
status = 302
100+
status = 301
101101
force = true
102102

103103
[[redirects]]
104104
from = "/hive/stable/*"
105105
to = "/home/stable/hive/:splat"
106-
status = 302
106+
status = 301
107107
force = true
108108

109109
[[redirects]]
110110
from = "/kafka/stable/*"
111111
to = "/home/stable/kafka/:splat"
112-
status = 302
112+
status = 301
113113
force = true
114114

115115
[[redirects]]
116116
from = "/nifi/stable/*"
117117
to = "/home/stable/nifi/:splat"
118-
status = 302
118+
status = 301
119119
force = true
120120

121121
[[redirects]]
122122
from = "/spark-k8s/stable/*"
123123
to = "/home/stable/spark-k8s/:splat"
124-
status = 302
124+
status = 301
125125
force = true
126126

127127
[[redirects]]
128128
from = "/superset/stable/*"
129129
to = "/home/stable/superset/:splat"
130-
status = 302
130+
status = 301
131131
force = true
132132

133133
[[redirects]]
134134
from = "/trino/stable/*"
135135
to = "/home/stable/trino/:splat"
136-
status = 302
136+
status = 301
137137
force = true
138138

139139
[[redirects]]
140140
from = "/zookeeper/stable/*"
141141
to = "/home/stable/zookeeper/:splat"
142-
status = 302
142+
status = 301
143143
force = true
144144

145145
[[redirects]]
146146
from = "/opa/stable/*"
147147
to = "/home/stable/opa/:splat"
148-
status = 302
148+
status = 301
149149
force = true
150150

151151
[[redirects]]
152152
from = "/commons-operator/stable/*"
153153
to = "/home/stable/commons-operator/:splat"
154-
status = 302
154+
status = 301
155155
force = true
156156

157157
[[redirects]]
158158
from = "/secret-operator/stable/*"
159159
to = "/home/stable/secret-operator/:splat"
160-
status = 302
160+
status = 301
161161
force = true
162162

163163
[[redirects]]
164164
from = "/listener-operator/stable/*"
165165
to = "/home/stable/listener-operator/:splat"
166-
status = 302
166+
status = 301
167167
force = true
168168

0 commit comments

Comments
 (0)