Skip to content

Commit aa75ae6

Browse files
committed
Update SQL Server LocalDB references and enhance installation instructions with hyperlinks
1 parent 768f1df commit aa75ae6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Instructions/Labs/LAB_AK_00_configure_github_dev_kit_lab.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Your lab environment must include the following resources:
1414
- The .NET SDK version 8.0 or later.
1515
- Access to a GitHub account with GitHub Copilot enabled.
1616
- Visual Studio Code with the C# Dev Kit and GitHub Copilot Chat extensions.
17-
- SQL Server 2019 LocalDB.
17+
- SQL Server LocalDB.
1818
- Python version 3.11 or later.
1919
- The uv package manager.
2020

@@ -96,7 +96,7 @@ Complete the following steps to ensure that the required GitHub, .NET, and Visua
9696

9797
You can install the GitHub Copilot Chat extension using the Extensions view in Visual Studio Code.
9898

99-
## Install lab application dependencies
99+
## Install the lab application dependencies
100100

101101
The application that you're working on during the lab uses a SQL Server LocalDB database to store application data. SQL Server LocalDB is a lightweight version of SQL Server that's ideal for development and testing.
102102

@@ -118,7 +118,7 @@ Complete the following steps to ensure that SQL Server LocalDB is installed in y
118118

119119
If the command fails or LocalDB is not installed, use the following steps to install SQL Server 2019 LocalDB. Otherwise, skip to the "Install the GitHub Spec Kit tools and resources" section.
120120

121-
1. To download the SQL Server 2019 Express edition installer file, open the following link in a browser: (SQL Server 2019 Express download)[https://go.microsoft.com/fwlink/?LinkID=866658]
121+
1. To download the SQL Server 2019 Express edition installer file, open the following link in a browser: <a href="https://go.microsoft.com/fwlink/?LinkID=866658" target="_blank">SQL Server 2019 Express download</a>
122122

123123
1. After the download is complete, open the SQL Server 2019 installer file (for example, **SQL2019-SSEI-Expr.exe**).
124124

@@ -167,7 +167,7 @@ Complete the following steps to install and configure the GitHub Spec Kit tools
167167

168168
Required output: **Python 3.11.0** or later.
169169

170-
If you need to install Python, you can download the installer from the following URL: [python.org](https://www.python.org/downloads/).
170+
If you need to install Python, you can download the installer from the following URL: <a href="https://www.python.org/downloads/" target="_blank">python.org</a>.
171171

172172
If you're in a corporate environment, you can also use your organization's software distribution system.
173173

@@ -191,7 +191,7 @@ Complete the following steps to install and configure the GitHub Spec Kit tools
191191

192192
GitHub Spec Kit uses uv for CLI installation and management.
193193

194-
You can find more installation instructions at the following URL: [docs.astral.sh/uv](https://docs.astral.sh/uv/)
194+
You can find more installation instructions at the following URL: <a href="https://docs.astral.sh/uv/" target="_blank">docs.astral.sh/uv</a>.
195195

196196
1. To ensure that uv is in your environment PATH, restart your terminal window, and then run the following commands:
197197

0 commit comments

Comments
 (0)