1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update CTAs for links part 1 (#58177)

Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
This commit is contained in:
Joe Clark
2025-10-24 14:56:49 -07:00
committed by GitHub
parent eeb2a2a77a
commit 02951af721
41 changed files with 68 additions and 68 deletions

View File

@@ -29,7 +29,7 @@ First, make a copy of the repository on your computer by cloning it.
## Installing project requirements
1. [Open {% data variables.copilot.copilot_chat_short %}](vscode://GitHub.Copilot-Chat), then ask it to identify what you need to install with the following prompt. <!-- markdownlint-disable-line GHD003 -->
1. [Open {% data variables.copilot.copilot_chat_short %}](vscode://GitHub.Copilot-Chat?ref_product=copilot&ref_type=engagement&ref_style=text), then ask it to identify what you need to install with the following prompt. <!-- markdownlint-disable-line GHD003 -->
```text copy
What do I need to install to develop this project locally?
@@ -82,7 +82,7 @@ Now that your development environment is set up, you can start the development s
For this project, refresh your browser window to see your changes.
If the README doesn't contain the information you need, check the configuration files for available commands. You can also ask [{% data variables.copilot.copilot_chat_short %}](vscode://GitHub.Copilot-Chat) with the following prompt. <!-- markdownlint-disable-line GHD003 -->
If the README doesn't contain the information you need, check the configuration files for available commands. You can also ask [{% data variables.copilot.copilot_chat_short %}](vscode://GitHub.Copilot-Chat?ref_product=copilot&ref_type=engagement&ref_style=text) with the following prompt. <!-- markdownlint-disable-line GHD003 -->
```text copy
How do I start this project locally?

View File

@@ -69,7 +69,7 @@ Unfortunately, we get some error text in our terminal ending with the following
#### Debugging the file
To understand what this error means, [open {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %}](vscode://GitHub.Copilot-Chat), then paste and send the following prompt: <!-- markdownlint-disable-line GHD003 -->
To understand what this error means, [open {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %}](vscode://GitHub.Copilot-Chat?ref_product=copilot&ref_type=engagement&ref_style=text), then paste and send the following prompt: <!-- markdownlint-disable-line GHD003 -->
```text copy
Explain in depth why my code produces the following error and how I can fix it:
@@ -111,7 +111,7 @@ Unfortunately, the code isn't working as expected. We want it to return `720`, t
#### Debugging the file
To understand what went wrong, [open {% data variables.copilot.copilot_chat_short %}](vscode://GitHub.Copilot-Chat) and send the following prompt: <!-- markdownlint-disable-line GHD003 -->
To understand what went wrong, [open {% data variables.copilot.copilot_chat_short %}](vscode://GitHub.Copilot-Chat?ref_product=copilot&ref_type=engagement&ref_style=text) and send the following prompt: <!-- markdownlint-disable-line GHD003 -->
```text copy
Why is the output of this code so much higher than expected? Please explain in depth and suggest a solution.

View File

@@ -62,7 +62,7 @@ You're ready to start building real coding skills with {% data variables.product
Throughout your work on the project, engage in a long-running conversation with **{% data variables.copilot.copilot_chat_short %}**. Treat it as your **personal tutor**, asking questions as they arise and using it to navigate challenges or clarify concepts.
<a href="vscode://GitHub.Copilot-Chat" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline" aria-label="Open Copilot Chat in Visual Studio Code">
<a href="vscode://GitHub.Copilot-Chat?ref_product=copilot&ref_type=engagement&ref_style=button" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline" aria-label="Open Copilot Chat in Visual Studio Code">
<span>Open {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %}</span> {% octicon "link-external" height:16 aria-label="link-external" %}
</a><br></br>