@@ -1623,6 +1623,20 @@ const createRedirects = ({ actions }) => {
1623
1623
isPermanent : true ,
1624
1624
} ) ;
1625
1625
1626
+ createRedirect ( {
1627
+ fromPath : '/cloud/creating-and-running-a-test/recording-a-test-script' ,
1628
+ toPath :
1629
+ '/test-authoring/create-tests-from-recordings/using-the-browser-recorder/' ,
1630
+ isPermanent : true ,
1631
+ } ) ;
1632
+
1633
+ createRedirect ( {
1634
+ fromPath : '/using-k6/session-recording-har-support' ,
1635
+ toPath :
1636
+ '/test-authoring/create-tests-from-recordings/using-the-har-converter/' ,
1637
+ isPermanent : true ,
1638
+ } ) ;
1639
+
1626
1640
createRedirect ( {
1627
1641
fromPath : '/test-authoring/recording-a-session/har-converter' ,
1628
1642
toPath :
@@ -1700,14 +1714,10 @@ const createRedirects = ({ actions }) => {
1700
1714
'/cloud/creating-and-running-a-test/cloud-tests-from-the-cli/' ,
1701
1715
'/using-k6/html/working-with-html-forms' : '/examples/html-forms/' ,
1702
1716
'/using-k6/html' : '/javascript-api/k6-html/' ,
1703
- '/using-k6/session-recording-har-support' :
1704
- '/test-authoring/recording-a-session/' ,
1705
1717
'/cloud/creating-and-running-a-test/test-builder' :
1706
1718
'/test-authoring/test-builder/' ,
1707
1719
'/cloud/creating-and-running-a-test/in-app-script-editor' :
1708
1720
'/cloud/creating-and-running-a-test/script-editor/' ,
1709
- '/cloud/creating-and-running-a-test/recording-a-test-script' :
1710
- '/test-authoring/recording-a-session/browser-recorder/' ,
1711
1721
'/cloud/creating-and-running-a-test/converters' : '/integrations/' ,
1712
1722
'/cloud/integrations/ci' : '/integrations/' ,
1713
1723
'/cloud/cloud-faq/what-is-data-retention' :
0 commit comments