Skip to content

Commit 12b9353

Browse files
wtf prettier
1 parent 3a1e828 commit 12b9353

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

redirects.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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/') },

0 commit comments

Comments
 (0)