Skip to content

Commit 537aa3f

Browse files
committed
Fix link formatting in "How to set up a new repo" documentation
1 parent 8b460ba commit 537aa3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/getting-started/how-to-set-up-a-new-repo.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ over what input/output devices does user set. write me a complete poc
4141

4242
</Steps>
4343

44-
Here is an example conversation where the author started building a desktop app: [https://ampcode.com/threads/T-019c999d-a6a6-73db-8970-4804d16814c4](https://ampcode.com/threads/T-019c999d-a6a6-73db-8970-4804d16814c4) (used Amp for its thread-sharing feature; used a GPT model to pack more prompts into a single thread, just so it’d be easier for you to read). Notice how gibberish such a conversation can be! Prompts can be misformatted and full of typos. LLMs are very capable of ignoring this noise! Notice how much of this thread is just questions or “do whatever you want” answers.
44+
Here is an [example conversation where the author started building a desktop app](https://ampcode.com/threads/T-019c999d-a6a6-73db-8970-4804d16814c4) (used Amp for its thread-sharing feature; used a GPT model to pack more prompts into a single thread, just so it’d be easier for you to read). Notice how gibberish such a conversation can be! Prompts can be misformatted and full of typos. LLMs are very capable of ignoring this noise! Notice how much of this thread is just questions or “do whatever you want” answers.
4545

4646
## A first bug fixed in 7 steps
4747

@@ -78,7 +78,7 @@ With the right tools, agents are excellent at turning Figma designs into rough c
7878
1. Let’s draw a button component for your app UI. You can also prompt [Figma Make](https://www.figma.com/pl-pl/make/) to make one for you.
7979
2. Set up [Figma MCP](https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Figma-MCP-server), following these instructions: [https://help.figma.com/hc/en-us/articles/35281350665623-Figma-MCP-collection-How-to-set-up-the-Figma-remote-MCP-server](https://help.figma.com/hc/en-us/articles/35281350665623-Figma-MCP-collection-How-to-set-up-the-Figma-remote-MCP-server)
8080
3. In Figma, copy a link to a frame or layer.
81-
4. In your agent harness, prompt the agent to `implement this button component <url> in ui/`
81+
4. In your agent harness, prompt the agent to `implement this button component [url] in ui/`
8282

8383
</Steps>
8484

0 commit comments

Comments
 (0)