Skip to content

Commit 62c3ece

Browse files
authored
docs: fix missing docs redirects (#7077)
1 parent 8eb9e14 commit 62c3ece

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/web/app/src/pages/target-laboratory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ function LaboratoryPageContent(props: {
459459
<Title>Laboratory</Title>
460460
<Subtitle>Explore your GraphQL schema and run queries against your GraphQL API.</Subtitle>
461461
<p>
462-
<DocsLink className="text-muted-foreground text-sm" href="/features/laboratory">
462+
<DocsLink className="text-muted-foreground text-sm" href="/schema-registry/laboratory">
463463
Learn more about the Laboratory
464464
</DocsLink>
465465
</p>

packages/web/docs/next.config.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ export default withGuildDocs({
125125
destination: '/docs/schema-registry/external-schema-composition',
126126
permanent: true,
127127
},
128+
{
129+
source: '/docs/features/laboratory',
130+
destination: '/docs/schema-registry/laboratory',
131+
permanent: true,
132+
},
128133
{
129134
source: '/docs/features/laboratory/:path*',
130135
destination: '/docs/schema-registry/laboratory/:path*',
@@ -155,6 +160,11 @@ export default withGuildDocs({
155160
destination: '/docs/api-reference/link-specifications',
156161
permanent: true,
157162
},
163+
{
164+
source: '/docs/graphql-api',
165+
destination: '/docs/api-reference/graphql-api',
166+
permanent: true,
167+
},
158168
{
159169
source: '/docs/graphql-api/:path*',
160170
destination: '/docs/api-reference/graphql-api/:path*',
@@ -181,6 +191,11 @@ export default withGuildDocs({
181191
destination: '/docs/schema-registry/self-hosting/external-composition',
182192
permanent: true,
183193
},
194+
{
195+
source: '/docs/integrations',
196+
destination: '/docs/other-integrations',
197+
permanent: true,
198+
},
184199
{
185200
source: '/docs/integrations/:path*',
186201
destination: '/docs/other-integrations/:path*',

0 commit comments

Comments
 (0)