Skip to content

Commit 67eb913

Browse files
committed
updated relative links for case sensitivity in GitHub Pages
1 parent 1e78623 commit 67eb913

5 files changed

+35
-35
lines changed

Instructions/Labs/LAB_AK_01_examine_settings_interface.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Complete the following steps to verify that your lab environment is configured c
6666

6767
1. On the Visual Studio Code Status Bar, to activate GitHub Copilot, hover the mouse pointer over the Copilot icon, and then select **Set up Copilot**.
6868

69-
![Screenshot showing the GitHub Copilot Settings button.](./media/m00-github-copilot-setup.png)
69+
![Screenshot showing the GitHub Copilot Settings button.](./Media/m00-github-copilot-setup.png)
7070

7171
1. On the **Sign in to use Copilot for free** page, select **Sign in**.
7272

@@ -82,7 +82,7 @@ Complete the following steps to verify that your lab environment is configured c
8282
8383
You should see the GitHub Copilot and GitHub Copilot Chat extensions listed in the **Installed** section of the Extensions view.
8484
85-
![Screenshot showing GitHub Copilot the Visual Studio Code Extensions view.](./media/m00-github-copilot-extensions-vscode.png)
85+
![Screenshot showing GitHub Copilot the Visual Studio Code Extensions view.](./Media/m00-github-copilot-extensions-vscode.png)
8686
8787
You're now ready to complete the exercise.
8888

@@ -111,7 +111,7 @@ Use the following steps to complete this section of the exercise:
111111
112112
1. To display a dropdown menu for the GitHub Copilot extension that lists Enable and Disable options, select on the gear icon for the GitHub Copilot extension.
113113
114-
![Screenshot showing a dropdown menu for the GitHub Copilot extension.](./media/m01-github-copilot-enable-disable.png)
114+
![Screenshot showing a dropdown menu for the GitHub Copilot extension.](./Media/m01-github-copilot-enable-disable.png)
115115
116116
If you want to test the enable/disable options, you can select the disable option. However, be sure to re-enable GitHub Copilot before you continue with this exercise.
117117
@@ -128,19 +128,19 @@ Use the following steps to complete this section of the exercise:
128128

129129
The GitHub Copilot menu includes a **Configure Code Completions** option that provides access to a filtered list of GitHub Copilot settings.
130130

131-
![Screenshot showing how to access the Copilot menu.](./media/m01-github-copilot-menu.png)
131+
![Screenshot showing how to access the Copilot menu.](./Media/m01-github-copilot-menu.png)
132132

133133
1. On the Copilot menu, select **Configure Code Completions**, and then select **Edit Settings**.
134134

135135
1. Take a moment to review how the GitHub Copilot settings are organized.
136136

137-
![Screenshot showing Visual Studio Code settings filtered for GitHub Copilot.](./media/m01-github-copilot-config-settings.png)
137+
![Screenshot showing Visual Studio Code settings filtered for GitHub Copilot.](./Media/m01-github-copilot-config-settings.png)
138138

139139
Notice that the settings for *GitHub Copilot* and *GitHub Copilot Chat* are separated. Also notice the *Preview* and *Experimental* categories.
140140

141141
1. Under the Extensions label, select **GitHub Copilot**.
142142

143-
![Screenshot showing the setting for the GitHub Copilot extension.](./media/m01-github-copilot-extension-settings.png)
143+
![Screenshot showing the setting for the GitHub Copilot extension.](./Media/m01-github-copilot-extension-settings.png)
144144

145145
Notice that the settings list is now filtered for GitHub Copilot only.
146146

@@ -150,19 +150,19 @@ Use the following steps to complete this section of the exercise:
150150

151151
Selecting **Edit in settings.json** opens the settings.json file, which is a JSON file that contains the settings for GitHub Copilot. The settings are organized into sections, and each section contains a list of settings.
152152

153-
![Screenshot showing the settings.json file open in the editor.](./media/m01-github-copilot-extension-settings-advanced-options.png)
153+
![Screenshot showing the settings.json file open in the editor.](./Media/m01-github-copilot-extension-settings-advanced-options.png)
154154

155155
- GitHub.Copilot.Enable: Enable or disable Copilot completions for specified languages.
156156

157157
The term *languages* refers to programming languages, but accommodates other file formats as well. The languages are specified using a list of languages and a value of **true** or **false** to enable or disable GitHub Copilot for each language. By default, GitHub Copilot is enabled for all languages. This setting is specified with the wildcard character `*` on the first row and the value **true**. The subsequent rows specify languages for which GitHub Copilot is enabled or disabled. For example, GitHub Copilot is enabled for **C#**, **JavaScript**, and **Python** and disabled for **Plaintext** and **Markdown**.
158158

159-
![Screenshot showing the settings.json file open in the editor.](./media/m01-github-copilot-extension-settings-enable-languages.png)
159+
![Screenshot showing the settings.json file open in the editor.](./Media/m01-github-copilot-extension-settings-enable-languages.png)
160160

161161
- GitHub.Copilot.SelectedCompletionModel: Select the model to use for Copilot completions.
162162

163-
![Screenshot showing the setting for the GitHub Copilot extension.](./media/m01-github-copilot-extension-settings-change-completions-model-menu.png)
163+
![Screenshot showing the setting for the GitHub Copilot extension.](./Media/m01-github-copilot-extension-settings-change-completions-model-menu.png)
164164

165-
![Screenshot showing the setting for the GitHub Copilot extension.](./media/m01-github-copilot-extension-settings-change-completions-model.png)
165+
![Screenshot showing the setting for the GitHub Copilot extension.](./Media/m01-github-copilot-extension-settings-change-completions-model.png)
166166

167167
1. Under **Enable or disable Copilot completions for specified languages**, select **markdown**.
168168

@@ -174,11 +174,11 @@ Use the following steps to complete this section of the exercise:
174174
175175
1. Under the Extensions label, select GitHub Copilot Chat.
176176
177-
![Screenshot showing the GitHub Copilot Chat settings.](./media/m01-github-copilot-chat-extension-settings.png)
177+
![Screenshot showing the GitHub Copilot Chat settings.](./Media/m01-github-copilot-chat-extension-settings.png)
178178
179179
The GitHub Copilot Chat extension has a long list of available settings and it's updated regularly. The GitHub Copilot Chat extension also includes preview and experimental settings that are subject to change and could be discontinued. The preview and experimental settings are included at the end of the list and they're tagged as either **Preview** or **Experimental**.
180180
181-
![Screenshot showing the GitHub Copilot Chat settings.](./media/m01-github-copilot-chat-extension-settings-preview-experimental.png)
181+
![Screenshot showing the GitHub Copilot Chat settings.](./Media/m01-github-copilot-chat-extension-settings-preview-experimental.png)
182182
183183
1. Take a few minutes to review the settings for GitHub Copilot Chat.
184184
@@ -206,13 +206,13 @@ Use the following steps to complete this section of the exercise:
206206
207207
The Toggle Chat button is located at the top of the Visual Studio Code window, just to the right of the search textbox.
208208
209-
![Screenshot showing the Copilot Toggle Chat button.](./media/m01-github-copilot-toggle-chat.png)
209+
![Screenshot showing the Copilot Toggle Chat button.](./Media/m01-github-copilot-toggle-chat.png)
210210
211211
The GitHub Copilot Chat view opens in a side bar window on the right side of the Visual Studio Code window.
212212
213213
1. Take a few minutes to examine the Chat view interface.
214214
215-
![Screenshot showing the Chat view interface.](./media/m01-github-copilot-chat-view-interface.png)
215+
![Screenshot showing the Chat view interface.](./Media/m01-github-copilot-chat-view-interface.png)
216216
217217
Starting from the top and moving down, the Chat view includes the following interface elements:
218218
@@ -269,7 +269,7 @@ The Quick Chat window is a simplified interface for interacting with GitHub Copi
269269

270270
1. Open the Chat menu and notice that three Chat options are listed.
271271

272-
![Screenshot showing the Chat menu with inline chat disabled.](./media/m01-github-copilot-menu-chat-options.png)
272+
![Screenshot showing the Chat menu with inline chat disabled.](./Media/m01-github-copilot-menu-chat-options.png)
273273

274274
The three Chat options are:
275275

@@ -361,7 +361,7 @@ The Inline Chat interface is designed for code interactions directly within the
361361

362362
1. Take a minute to review the response generated by Inline Chat.
363363

364-
![Screenshot showing an Inline Chat session with a response in the code editor.](./media/m01-github-copilot-inline-chat-response.png)
364+
![Screenshot showing an Inline Chat session with a response in the code editor.](./Media/m01-github-copilot-inline-chat-response.png)
365365

366366
Notice the following:
367367

@@ -402,7 +402,7 @@ The Chat view has three modes: **Ask**, **Edit**, and **Agent**. The Ask mode is
402402

403403
1. Take a minute to review response displayed in the Chat view.
404404

405-
![Screenshot showing an Inline Chat session with a response in the code editor.](./media/m01-github-copilot-chat-view-response-ask-mode.png)
405+
![Screenshot showing an Inline Chat session with a response in the code editor.](./Media/m01-github-copilot-chat-view-response-ask-mode.png)
406406

407407
Notice that when you hover the mouse pointer over the code, the Chat view displays the following options:
408408

@@ -422,7 +422,7 @@ The Chat view has three modes: **Ask**, **Edit**, and **Agent**. The Ask mode is
422422

423423
1. Take a minute to review the updates suggested in the code editor.
424424

425-
![Screenshot showing an Inline Chat session with a response in the code editor.](./media/m01-github-copilot-chat-view-response-edit-mode.png)
425+
![Screenshot showing an Inline Chat session with a response in the code editor.](./Media/m01-github-copilot-chat-view-response-edit-mode.png)
426426

427427
Notice the following:
428428

@@ -444,7 +444,7 @@ GitHub Copilot provides code completion suggestions based on the context of the
444444

445445
GitHub Copilot generates a code completion suggestion based on the context of the code in the editor. In this case, GitHub Copilot suggests a new Console.WriteLine statement that displays an age for GitHub Copilot.
446446

447-
![Screenshot showing a code completion suggestion in the editor.](./media/m01-github-copilot-code-completion-1.png)
447+
![Screenshot showing a code completion suggestion in the editor.](./Media/m01-github-copilot-code-completion-1.png)
448448

449449
1. To accept the code completion suggestion, press **Tab**.
450450

@@ -460,7 +460,7 @@ Smart Actions are a set of predefined actions that are available from the Copilo
460460

461461
You should see a GitHub Copilot context menu that includes three sections.
462462

463-
![Screenshot showing the Copilot context menu.](./media/m01-github-copilot-popup-menu.png)
463+
![Screenshot showing the Copilot context menu.](./Media/m01-github-copilot-popup-menu.png)
464464

465465
- The first section includes the option to open an Inline Chat session.
466466
- The second section includes a list of Smart Actions.
@@ -472,7 +472,7 @@ Smart Actions are a set of predefined actions that are available from the Copilo
472472

473473
Notice that the Explain smart action constructs a prompt that's based on the code selection and submits the prompt in the Chat view.
474474
475-
![Screenshot showing the Copilot context menu.](./media/m01-github-copilot-smart-action-explain.png)
475+
![Screenshot showing the Copilot context menu.](./Media/m01-github-copilot-smart-action-explain.png)
476476
477477
The explanation includes a detailed description of the selected code, and may include suggested updates.
478478
@@ -482,7 +482,7 @@ Smart Actions are a set of predefined actions that are available from the Copilo
482482
483483
Notice that the Generate Docs smart action opens an Inline Chat session and submits a prompt asking GitHub Copilot to suggest documentation for the selected code.
484484
485-
![Screenshot showing the Copilot context menu.](./media/m01-github-copilot-smart-action-generate-docs.png)
485+
![Screenshot showing the Copilot context menu.](./Media/m01-github-copilot-smart-action-generate-docs.png)
486486
487487
1. In the Inline Chat window, select **Accept** to apply the suggested documentation.
488488

Instructions/Labs/LAB_AK_02_analyze_document_code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Complete the following steps to verify that your lab environment is configured c
6767

6868
1. On the Visual Studio Code Status Bar, to activate GitHub Copilot, hover the mouse pointer over the Copilot icon, and then select **Set up Copilot**.
6969

70-
![Screenshot showing the GitHub Copilot Settings button.](./media/m00-github-copilot-setup.png)
70+
![Screenshot showing the GitHub Copilot Settings button.](./Media/m00-github-copilot-setup.png)
7171

7272
1. On the **Sign in to use Copilot for free** page, select **Sign in**.
7373

@@ -83,7 +83,7 @@ Complete the following steps to verify that your lab environment is configured c
8383
8484
You should see the GitHub Copilot and GitHub Copilot Chat extensions listed in the **Installed** section of the Extensions view.
8585
86-
![Screenshot showing GitHub Copilot the Visual Studio Code Extensions view.](./media/m00-github-copilot-extensions-vscode.png)
86+
![Screenshot showing GitHub Copilot the Visual Studio Code Extensions view.](./Media/m00-github-copilot-extensions-vscode.png)
8787
8888
You're now ready to complete the exercise.
8989

@@ -167,7 +167,7 @@ Use the following steps to complete this section of the exercise:
167167
168168
To open the Chat view, select the **Toggle Chat** button at the top of the Visual Studio Code window.
169169
170-
![Screenshot showing the GitHub Copilot status menu.](./media/m02-github-copilot-toggle-chat.png)
170+
![Screenshot showing the GitHub Copilot status menu.](./Media/m02-github-copilot-toggle-chat.png)
171171
172172
You can also open the Chat view using the **Ctrl+Alt+I** keyboard shortcut.
173173

Instructions/Labs/LAB_AK_03_develop_code_features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Complete the following steps to verify that your lab environment is configured c
6565

6666
1. On the Visual Studio Code Status Bar, to activate GitHub Copilot, hover the mouse pointer over the Copilot icon, and then select **Set up Copilot**.
6767

68-
![Screenshot showing the GitHub Copilot Settings button.](./media/m00-github-copilot-setup.png)
68+
![Screenshot showing the GitHub Copilot Settings button.](./Media/m00-github-copilot-setup.png)
6969

7070
1. On the **Sign in to use Copilot for free** page, select **Sign in**.
7171

@@ -81,7 +81,7 @@ Complete the following steps to verify that your lab environment is configured c
8181
8282
You should see the GitHub Copilot and GitHub Copilot Chat extensions listed in the **Installed** section of the Extensions view.
8383
84-
![Screenshot showing GitHub Copilot the Visual Studio Code Extensions view.](./media/m00-github-copilot-extensions-vscode.png)
84+
![Screenshot showing GitHub Copilot the Visual Studio Code Extensions view.](./Media/m00-github-copilot-extensions-vscode.png)
8585
8686
You're now ready to complete the exercise.
8787

@@ -868,7 +868,7 @@ Use the following steps to complete this section of the exercise:
868868
869869
1. Use GitHub Copilot to generate a message for the **Commit**.
870870
871-
![Screenshot showing the Generate Commit Message with Copilot button.](./media/m03-github-copilot-commit-message.png)
871+
![Screenshot showing the Generate Commit Message with Copilot button.](./Media/m03-github-copilot-commit-message.png)
872872
873873
1. To stage and commit your changes, select **Commit** and then select **Yes**.
874874
@@ -899,7 +899,7 @@ Use the following steps to complete this section of the exercise:
899899
900900
The generated pull request summary should be similar to the following example:
901901
902-
![Screenshot showing a pull request summary generated using a GitHub Copilot Enterprise account.](./media/m03-github-copilot-pull-request-summary.png)
902+
![Screenshot showing a pull request summary generated using a GitHub Copilot Enterprise account.](./Media/m03-github-copilot-pull-request-summary.png)
903903
904904
1. Select **Create pull request**.
905905

Instructions/Labs/LAB_AK_04_develop_unit_tests_xunit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Complete the following steps to verify that your lab environment is configured c
6767

6868
1. On the Visual Studio Code Status Bar, to activate GitHub Copilot, hover the mouse pointer over the Copilot icon, and then select **Set up Copilot**.
6969

70-
![Screenshot showing the GitHub Copilot Settings button.](./media/m00-github-copilot-setup.png)
70+
![Screenshot showing the GitHub Copilot Settings button.](./Media/m00-github-copilot-setup.png)
7171

7272
1. On the **Sign in to use Copilot for free** page, select **Sign in**.
7373

@@ -368,11 +368,11 @@ Use the following steps to complete this section of the exercise:
368368
369369
- The Chat view displays a message indicating that it wants to run a command in the terminal:
370370
371-
![Screenshot showing the Chat view in Agent mode.](./media/m04-github-copilot-agent-mode-terminal-command-mkdir.png)
371+
![Screenshot showing the Chat view in Agent mode.](./Media/m04-github-copilot-agent-mode-terminal-command-mkdir.png)
372372
373373
- The UnitTests.csproj file is open in the code editor with the following changes:
374374
375-
![Screenshot showing updates to the UnitTests.csproj file in the code editor.](./media/m04-github-copilot-agent-mode-code-editor-update.png)
375+
![Screenshot showing updates to the UnitTests.csproj file in the code editor.](./Media/m04-github-copilot-agent-mode-code-editor-update.png)
376376
377377
1. In the Chat view, to run the command in the terminal, select **Continue**.
378378

Instructions/Labs/LAB_AK_05_refactor_improve_existing_code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Complete the following steps to verify that your lab environment is configured c
6767

6868
1. On the Visual Studio Code Status Bar, to activate GitHub Copilot, hover the mouse pointer over the Copilot icon, and then select **Set up Copilot**.
6969

70-
![Screenshot showing the GitHub Copilot Settings button.](./media/m00-github-copilot-setup.png)
70+
![Screenshot showing the GitHub Copilot Settings button.](./Media/m00-github-copilot-setup.png)
7171

7272
1. On the **Sign in to use Copilot for free** page, select **Sign in**.
7373

@@ -83,7 +83,7 @@ Complete the following steps to verify that your lab environment is configured c
8383
8484
You should see the GitHub Copilot and GitHub Copilot Chat extensions listed in the **Installed** section of the Extensions view.
8585
86-
![Screenshot showing GitHub Copilot the Visual Studio Code Extensions view.](./media/m00-github-copilot-extensions-vscode.png)
86+
![Screenshot showing GitHub Copilot the Visual Studio Code Extensions view.](./Media/m00-github-copilot-extensions-vscode.png)
8787
8888
You're now ready to complete the exercise.
8989

@@ -220,7 +220,7 @@ Use the following steps to complete this section of the exercise:
220220
221221
You can toggle the Chat view between open and closed using the **Toggle Chat** button, which is located at the top of the Visual Studio Code window, just to the right of the search textbox.
222222
223-
![Screenshot showing the Copilot Toggle Chat button.](./media/m01-github-copilot-toggle-chat.png)
223+
![Screenshot showing the Copilot Toggle Chat button.](./Media/m01-github-copilot-toggle-chat.png)
224224
225225
You can also use the keyboard shortcut **Ctrl+Alt+I** to toggle the Chat view.
226226

0 commit comments

Comments
 (0)