Skip to content

Commit faded2c

Browse files
committed
Fixing link
1 parent 108da44 commit faded2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_chapters/create-an-sst-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ comments_id: create-an-sst-app/2462
1515

1616
Now that we have some background on SST and _infrastructure as code_, we are ready to create our first SST app!
1717

18-
We are going to use a [template SST project][Template], it comes with a good monorepo setup. It'll help us organize our frontend and APIs.
18+
We are going to use a [template SST project][Template]{:target="_blank"}, it comes with a good monorepo setup. It'll help us organize our frontend and APIs.
1919

20-
Head over to — [**github.com/sst/monorepo-template**][Template], click **Use this template** > **Create a new repository**.
20+
Head over to — [**github.com/sst/monorepo-template**][Template]{:target="_blank"}, click **Use this template** > **Create a new repository**.
2121

2222
![Use the SST monorepo GitHub template screenshot](/assets/part2/use-the-sst-monorepo-github-template-screenshot.png)
2323

@@ -92,4 +92,4 @@ Later on we'll be adding a `packages/frontend/` directory for our React app.
9292

9393
The starter project that's created is defining a simple _Hello World_ API. In the next chapter, we'll be deploying it and running it locally.
9494

95-
[Template]: (https://github.com/sst/monorepo-template)
95+
[Template]: https://github.com/sst/monorepo-template

0 commit comments

Comments
 (0)