diff --git a/articles/cosmos-db/sql-api-get-started.md b/articles/cosmos-db/sql-api-get-started.md index 511772311906e..5e45d2deedbd6 100644 --- a/articles/cosmos-db/sql-api-get-started.md +++ b/articles/cosmos-db/sql-api-get-started.md @@ -64,7 +64,7 @@ Let's create an Azure Cosmos DB account. If you already have an account you want 5. In the **NuGet** tab, click **Browse**, and type **azure documentdb** in the search box. 6. Within the results, find **Microsoft.Azure.DocumentDB** and click **Install**. The package ID for the Azure Cosmos DB SQL API Client Library is [Microsoft Azure Cosmos DB Client Library](https://www.nuget.org/packages/Microsoft.Azure.DocumentDB/). - **Note**: If you are using .NET Core, please see [the .NET Core docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-dotnetcore-get-started). + **Note**: If you are using .NET Core, please see [the .NET Core docs](./sql-api-dotnetcore-get-started.md). ![Screenshot of the NuGet Menu for finding Azure Cosmos DB Client SDK](./media/sql-api-get-started/nosql-tutorial-manage-nuget-pacakges-2.png) If you get a message about reviewing changes to the solution, click **OK**. If you get a message about license acceptance, click **I accept**.