Skip to content

Commit ce8bb47

Browse files
DC-6305 Quickstart broken redirect (#7289)
* updated redirect * existing project also broken * ppg pages redirected * test remove redirect * redirects updated * redirects back
1 parent c2db57a commit ce8bb47

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

content/200-orm/025-getting-started/10-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ hide_table_of_contents: true
88

99
import { Redirect } from '@docusaurus/router';
1010

11-
<Redirect to="/getting-started/prisma-orm/quickstart/prisma-postgres" />
11+
<Redirect to="/docs/getting-started/prisma-orm/quickstart/prisma-postgres" />

content/200-orm/025-getting-started/20-add-to-existing-project.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ hide_table_of_contents: true
88

99
import { Redirect } from '@docusaurus/router';
1010

11-
<Redirect to="/getting-started/prisma-orm/add-to-existing-project/prisma-postgres" />
11+
<Redirect to="/docs/getting-started/prisma-orm/add-to-existing-project/prisma-postgres" />

content/250-postgres/50-getting-started/100-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ hide_table_of_contents: true
88

99
import { Redirect } from '@docusaurus/router';
1010

11-
<Redirect to="/getting-started/prisma-postgres/quickstart/prisma-orm" />
11+
<Redirect to="/docs/getting-started/prisma-postgres/quickstart/prisma-orm" />

content/250-postgres/50-getting-started/200-import-from-existing-database.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ hide_table_of_contents: true
88

99
import { Redirect } from '@docusaurus/router';
1010

11-
<Redirect to="/getting-started/prisma-postgres/import-from-existing-database-postgresql" />
11+
<Redirect to="/docs/getting-started/prisma-postgres/import-from-existing-database-postgresql" />

static/_redirects

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,12 @@
819819
/orm/getting-started/quickstart* /docs/getting-started/prisma-orm/quickstart/prisma-postgres
820820
/orm/getting-started/add-to-existing-project* /docs/getting-started/prisma-orm/add-to-existing-project/prisma-postgres
821821

822+
/orm/getting-started/quickstart /docs/getting-started/prisma-orm/quickstart/prisma-postgres
823+
/orm/getting-started/add-to-existing-project /docs/getting-started/prisma-orm/add-to-existing-project/prisma-postgres
824+
825+
/postgres/getting-started/quickstart /docs/getting-started/prisma-postgres/quickstart/prisma-orm
826+
/postgres/getting-started/import-from-existing-database /docs/getting-started/prisma-postgres/import-from-existing-database-postgresql
827+
822828
/getting-started/prisma-postgres/upgrade-from-early-access* /docs/postgres/getting-started
823829

824830
/postgres/introduction/import-from-existing-database* /docs/getting-started/prisma-postgres/import-from-existing-database-postgresql

0 commit comments

Comments
 (0)