From a9906c6444d81fc72aa04059a78b72fea747e5a9 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Fri, 12 Oct 2018 21:29:53 +0200 Subject: [PATCH] Corrected image link --- samples/features/sql-clr/Curl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/sql-clr/Curl/README.md b/samples/features/sql-clr/Curl/README.md index f83f2f00..d20008cb 100644 --- a/samples/features/sql-clr/Curl/README.md +++ b/samples/features/sql-clr/Curl/README.md @@ -29,7 +29,7 @@ One of the most popular tool for calling API on `http:` endpoints is [curl](http 1. Download the source code and open the solution using Visual Studio. 2. Create a .pfk file (go to Project > Properties > Signing) to sign te assembly: -![Sign assembly](..\..\..\..\media\features\sql-clr\sign-assembly.png) +![Sign assembly](/media/features/sql-clr/sign-assembly.png) 3. Rebuild the solution in **Retail** mode. 4. Open and save [SqlClrCurl.tt](SqlClrCurl.tt) to generate T-SQL file that will contain the script that inserts CLR assembly with the **CURL** functionalities, and exposes T-SQL/CLR functions.