File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,10 @@ function generateDocsRedirects(basePath: string): RedirectRule[] {
7070 { from : withBase ( '/install-harperdb/node-ver-requirement' ) , to : withBase ( '/deployments/install-harper/' ) } ,
7171 { from : withBase ( '/deployments/install-harperdb' ) , to : withBase ( '/deployments/install-harper/' ) } ,
7272 { from : withBase ( '/deployments/install-harperdb/linux' ) , to : withBase ( '/deployments/install-harper/linux' ) } ,
73- { from : withBase ( '/getting-started/install-harper' ) , to : withBase ( '/learn/getting-started/install-and-connect-harper' ) } ,
73+ {
74+ from : withBase ( '/getting-started/install-harper' ) ,
75+ to : withBase ( '/learn/getting-started/install-and-connect-harper' ) ,
76+ } ,
7477
7578 // Harper Studio (old HarperDB Studio paths)
7679 { from : withBase ( '/harperdb-studio' ) , to : withBase ( '/administration/harper-studio/' ) } ,
You can’t perform that action at this time.
0 commit comments