From 4c83f934433a1431ba99444beef54f9981019ad8 Mon Sep 17 00:00:00 2001 From: Bader Nasser Date: Fri, 16 Jun 2017 23:16:40 +0400 Subject: [PATCH] Fixed a link --- samples/tutorials/c/linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/tutorials/c/linux/README.md b/samples/tutorials/c/linux/README.md index 53dbce78..0794f872 100644 --- a/samples/tutorials/c/linux/README.md +++ b/samples/tutorials/c/linux/README.md @@ -1,7 +1,7 @@ # Connect to MSSQL using the Microsoft ODBC Driver on Linux -[C code sample] (sample_c_linux.c) that runs on Linux. The sample connects to MSSQL (SQL Server, Azure SQL DB, Azure SQL DW) using the Microsoft ODBC Driver for Linux. +[C code sample](sample_c_linux.c) that runs on Linux. The sample connects to MSSQL (SQL Server, Azure SQL DB, Azure SQL DW) using the Microsoft ODBC Driver for Linux. ## Prerequisites