diff --git a/samples/manage/sql-assessment-api/QuickStart.md b/samples/manage/sql-assessment-api/QuickStart.md index 061abef9..14d819c3 100644 --- a/samples/manage/sql-assessment-api/QuickStart.md +++ b/samples/manage/sql-assessment-api/QuickStart.md @@ -4,7 +4,7 @@ Assess your SQL Server configuration for best practices in 2 simple steps. ### 1. Setup -You just need to install PowerShell SqlServer module using the following command. Get-Module will show you the version you have installed. 21.1.18206 is the latest version and GA for SQL Assessment API. +You just need to install [PowerShell SqlServer module](https://www.powershellgallery.com/packages/SqlServer) using the following command. Get-Module will show you the version you have installed. 21.1.18206 is the latest version and GA for SQL Assessment API. ```PowerShell Install-Module -Name SqlServer -AllowClobber @@ -42,4 +42,4 @@ To learn more about SQL Assessment API such as customizing and extending the rul - Docs online page: https://docs.microsoft.com/sql/sql-assessment-api/sql-assessment-api-overview - GitHub repo: http://aka.ms/sql-assessment-api -- SQL Assessment API Tutorial notebook: coming soon \ No newline at end of file +- SQL Assessment API Tutorial notebook: coming soon