Skip to content

Commit

Permalink
Fix incorrect path in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffKoMS committed Nov 1, 2024
1 parent f3c38d8 commit 4d77797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/Labs/AZ-204_lab_11.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ In this exercise, you created an API app by using ASP.NET and configured it to s
1. In the **Visual Studio Code** window, on the Menu Bar, select **Terminal** and then select **New Terminal**.
1. At the terminal prompt, run the following command to ensure that the current directory is set to the **Allfiles (F):\\Allfiles\\Labs\\11\\Starter\\Api\\bin\\Release\\net8.0\\net8.0\\win-x86\\publish**, where the deployment files reside:
1. At the terminal prompt, run the following command to ensure that the current directory is set to the **Allfiles (F):\\Allfiles\\Labs\\11\\Starter\\Api\\bin\\Release\\net8.0\\win-x86\\publish**, where the deployment files reside:
```
cd F:\Allfiles\Labs\11\Starter\Api\bin\Release\net8.0\win-x86\publish\
Expand Down

0 comments on commit 4d77797

Please sign in to comment.