Skip to content

Commit a677a80

Browse files
committed
Fixing links
1 parent 8241eb5 commit a677a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export default function Home() {
203203
<code>NextjsSite</code>
204204
</a>{" "}
205205
construct for this. You can look at the{" "}
206-
<a href="https://github.com/serverless-stack/sst/blob/master/packages/resources/src/NextjsSite.ts">
206+
<a href="https://github.com/serverless-stack/sst/blob/master/packages/sst/src/constructs/NextjsSite.ts">
207207
source of the SST construct
208208
</a>{" "}
209209
to see what infrastructure you need. We'll document this in detail
@@ -220,7 +220,7 @@ export default function Home() {
220220
<p>
221221
Note that, if you are not a library author and are just looking for a
222222
way to deploy your serverless Next.js app to AWS,{" "}
223-
<a href="https://sst.dev/examples/how-to-create-a-nextjs-app-with-serverless.html">
223+
<a href="https://docs.sst.dev/start/nextjs">
224224
follow this tutorial
225225
</a>
226226
.

0 commit comments

Comments
 (0)