Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 26, 2023
1 parent 8533ad7 commit f1504c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default withGuildDocs({
'/docs/schema-directives-legacy': '/docs/schema-directives',
'/docs/schema-stitching': 'https://the-guild.dev/graphql/stitching',
'/docs/stitch-api': 'https://the-guild.dev/graphql/stitching',
'/docs/stitch-combining-schemas': 'https://3274ca7d.schema-stitching.pages.dev/docs/approaches',
'/docs/stitch-combining-schemas': 'https://the-guild.dev/graphql/stitching/docs/approaches',
'/docs/stitch-directives-sdl': 'https://the-guild.dev/graphql/stitching/docs/approaches/stitching-directives',
'/docs/stitch-schema-extensions': 'https://the-guild.dev/graphql/stitching/docs/approaches/schema-extensions',
'/docs/stitch-type-merging': 'https://the-guild.dev/graphql/stitching/docs/approaches/type-merging',
Expand Down
6 changes: 3 additions & 3 deletions website/src/components/index-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const FEATURE_LIST: IFeatureListProps['items'] = [
},
link: {
children: 'Learn more',
href: '/docs/introduction',
href: '/docs/introduction#the-graphql-first-philosophy',
},
},
{
Expand All @@ -33,7 +33,7 @@ const FEATURE_LIST: IFeatureListProps['items'] = [
},
link: {
children: 'Learn more',
href: '/docs/introduction',
href: '/docs/mocking',
},
},
{
Expand All @@ -48,7 +48,7 @@ const FEATURE_LIST: IFeatureListProps['items'] = [
},
link: {
children: 'Learn more',
href: '/docs/introduction',
href: 'https://the-guild.dev/graphql/stitching',
},
},
];
Expand Down

0 comments on commit f1504c7

Please sign in to comment.