From 89f7b984478df1098beab78d9180ceac18e64276 Mon Sep 17 00:00:00 2001
From: bobdc <bob@bobdc.com>
Date: Wed, 31 Oct 2018 15:40:15 -0400
Subject: [PATCH] Update sql.html.markdown

---
 sql.html.markdown | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sql.html.markdown b/sql.html.markdown
index 8f200344..0638a731 100644
--- a/sql.html.markdown
+++ b/sql.html.markdown
@@ -3,7 +3,6 @@ language: SQL
 filename: learnsql.sql
 contributors:
   - ["Bob DuCharme", "http://bobdc.com/"]
-https://github.com/adambard/learnxinyminutes-docs
 ---
 
 Structured Query Language (SQL) is an ISO standard language for creating and working with databases stored in a set of tables. Implementations usually add their own extensions to the language; [Comparison of different SQL implementations](http://troels.arvin.dk/db/rdbms/) is a good reference on product differences.