From 19cb2f946be7f5c95758bf904e08af326a22dac7 Mon Sep 17 00:00:00 2001
From: Jesper Hvirring Henriksen <jesper@hvirring.dk>
Date: Tue, 15 Mar 2011 10:31:17 +0100
Subject: [PATCH] Fixed markdown formatting

---
 docs/sql.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/sql.txt b/docs/sql.txt
index 1ea80f6..d5461d7 100755
--- a/docs/sql.txt
+++ b/docs/sql.txt
@@ -1,11 +1,11 @@
-`sqlauthBcrypt:SQL`
-=============
+sqlauthBcrypt:SQL
+=================
 
 This is an authentication module for [SimpleSAMLphp](http://simplesamlphp.org) to authenticate a user against a SQL database table.
 
 It assumes password hashes and salts are calculated using [bcrypt](http://bcrypt.sourceforge.net/).
 
-The implementation is based heavily on the SimpleSAMLphp module `sqlauth:SQL`.
+The implementation is based heavily on the SimpleSAMLphp module [sqlauth:SQL](http://simplesamlphp.org/docs/1.7/sqlauth:sql).
 
 
 Options
-- 
GitLab