Skip to content

Commit a30ce0a

Browse files
committed
fix: wrong link
1 parent 0331446 commit a30ce0a

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/docs/tutorials/building-your-first-app.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ updateColor();
109109

110110
Learn how to build a simple color generator app using LiveCodes. This app will let users click a button to generate random background colors.
111111

112-
Try the completed project below, or <RunInLiveCodes linkText="open it in a new tab" params={colorGeneratorParams}></RunInLiveCodes>.
112+
Try the completed project below:
113+
114+
<RunInLiveCodes linkText="open it in a new tab" params={colorGeneratorParams}></RunInLiveCodes>.
113115

114116
<LiveCodes params={colorGeneratorParams}></LiveCodes>
115117

@@ -169,13 +171,12 @@ Try adding these features:
169171
You've just built your color generator app with LiveCodes!
170172

171173
Compare your version with the completed project above. Did you add any personal touches?
172-
173174
<RunInLiveCodes linkText="View the completed project" params={colorGeneratorParams}></RunInLiveCodes>
174175

175176
## Next Steps
176177

177178
- [External Resources](/docs/features/external-resources) - Add libraries like color manipulation tools
178-
- [Getting Started Guide](getting-started) - Review the basics
179+
- [Getting Started Guide](getting-started-guide) - Review the basics
179180

180181
## Complete Code Summary
181182

docs/docs/tutorials/getting-started-guide.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ greetBtn.addEventListener('click', () => {
6666

6767
This guide will walk you through creating your first project in LiveCodes.
6868

69-
Try the completed project below, or <RunInLiveCodes linkText="open it in a new tab" params={gettingStartedParams}></RunInLiveCodes>.
69+
Try the completed project below:
70+
71+
<RunInLiveCodes linkText="open it in a new tab" params={gettingStartedParams}></RunInLiveCodes>.
7072

7173
<LiveCodes params={gettingStartedParams}></LiveCodes>
7274

0 commit comments

Comments
 (0)