Skip to content

Commit dc2aaf1

Browse files
Update link to use reference style
1 parent 4d6cfcb commit dc2aaf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/1-hour/4-add-feature.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can also keep or undo all changes made.
6464
And
6565

6666
1. Review the code suggestions to ensure they behave the way you expect them to, making any necessary changes. Once you're satisfied, you can select **Keep** on the files individually or in Copilot Chat to accept all changes.
67-
2. Open the page at [http://localhost:4321](http://localhost:4321) to see the updates!
67+
2. Open the page at [http://localhost:4321][tailspin-shelter-website] to see the updates!
6868
3. Run the Python tests by using `python -m unittest` in the terminal as you did previously.
6969
4. If any changes are needed, explain the required updates to GitHub Copilot and allow it to generate the new code.
7070

@@ -98,5 +98,6 @@ There is no one right way to use GitHub Copilot. Continue to explore and try dif
9898
[copilot-ask]: https://docs.github.com/en/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide
9999
[copilot-cookbook]: https://docs.github.com/en/copilot/copilot-chat-cookbook
100100
[copilot-edits]: https://code.visualstudio.com/docs/copilot/copilot-edits
101+
[tailspin-shelter-website]: http://localhost:4321
101102
[walkthrough-previous]: ./3-copilot-instructions.md
102103
[walkthrough-next]: ./5-bonus.md

0 commit comments

Comments
 (0)