Skip to content

Commit 98609b6

Browse files
committed
fix links
1 parent b71ed13 commit 98609b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default function HomePage() {
198198
"Unified Proxy Architecture"
199199
]}
200200
command="npx create-net next-rsc ProjectName"
201-
githubTemplate="https://github.com/new?template_name=nextjs&template_owner=NetCoreTemplates"
201+
githubTemplate="https://github.com/new?template_name=next-rsc&template_owner=NetCoreTemplates"
202202
diagramMode={diagramMode}
203203
setDiagramMode={setDiagramMode}
204204
/>
@@ -215,7 +215,7 @@ export default function HomePage() {
215215
"Zero Node.js in Production"
216216
]}
217217
command="npx create-net next-static ProjectName"
218-
githubTemplate="https://github.com/new?template_name=nextjs-static&template_owner=NetCoreTemplates"
218+
githubTemplate="https://github.com/new?template_name=next-static&template_owner=NetCoreTemplates"
219219
reversed
220220
diagramMode={diagramMode}
221221
setDiagramMode={setDiagramMode}

0 commit comments

Comments
 (0)