Skip to content

Commit f771a28

Browse files
authored
🐛 fix: update Quickstart link in starters (#163)
1 parent b4d390c commit f771a28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

starters/next/app/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function getDrupalData({ params }: { params: { slug: string[] } }) {
110110
},
111111
{
112112
text: 'Quickstart',
113-
href: 'https://drupal-decoupled.octahedroid.com/docs/getting-started/quickstart',
113+
href: 'https://drupal-decoupled.octahedroid.com/docs/getting-started/quick-start/drupal',
114114
},
115115
],
116116
},

starters/react-router/app/routes/$.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export async function loader({ params, request }: Route.LoaderArgs) {
138138
},
139139
{
140140
text: 'Quickstart',
141-
href: 'https://drupal-decoupled.octahedroid.com/docs/getting-started/quickstart',
141+
href: 'https://drupal-decoupled.octahedroid.com/docs/getting-started/quick-start/drupal',
142142
},
143143
],
144144
},

starters/remix/app/routes/$.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const loader = async ({
147147
},
148148
{
149149
text: 'Quickstart',
150-
href: 'https://drupal-decoupled.octahedroid.com/docs/getting-started/quickstart',
150+
href: 'https://drupal-decoupled.octahedroid.com/docs/getting-started/quick-start/drupal',
151151
},
152152
],
153153
},

0 commit comments

Comments
 (0)