File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -1393,12 +1393,6 @@ const createRedirects = ({ actions }) => {
1393
1393
isPermanent : true ,
1394
1394
} ) ;
1395
1395
1396
- createRedirect ( {
1397
- fromPath : '/results-visualization/influxdb-+-grafana/' ,
1398
- toPath : '/results-output/grafana-dashboards/' ,
1399
- isPermanent : true ,
1400
- } ) ;
1401
-
1402
1396
createRedirect ( {
1403
1397
fromPath : '/results-visualization/netdata/' ,
1404
1398
toPath : '/results-output/real-time/netdata/' ,
@@ -1598,7 +1592,19 @@ const createRedirects = ({ actions }) => {
1598
1592
} ) ;
1599
1593
1600
1594
createRedirect ( {
1601
- fromPath : '/results-output/real-time/influxdb-grafana' ,
1595
+ fromPath : '/es/visualizacion-de-resultados/influxdb-grafana/' ,
1596
+ toPath : '/results-output/grafana-dashboards/' ,
1597
+ isPermanent : true ,
1598
+ } ) ;
1599
+
1600
+ createRedirect ( {
1601
+ fromPath : '/results-output/real-time/influxdb-grafana/' ,
1602
+ toPath : '/results-output/grafana-dashboards/' ,
1603
+ isPermanent : true ,
1604
+ } ) ;
1605
+
1606
+ createRedirect ( {
1607
+ fromPath : '/results-visualization/influxdb-+-grafana/' ,
1602
1608
toPath : '/results-output/grafana-dashboards/' ,
1603
1609
isPermanent : true ,
1604
1610
} ) ;
You can’t perform that action at this time.
0 commit comments