From 6a9f79ad876b930ab8cb17acf70b95c1cc800f8d Mon Sep 17 00:00:00 2001 From: Ville Lautanala Date: Tue, 25 Apr 2017 07:41:52 +0300 Subject: Fix link to SQL-92 grammar --- lib/arel/nodes/select_core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/arel/nodes/select_core.rb b/lib/arel/nodes/select_core.rb index 264fa46591..fa1c026107 100644 --- a/lib/arel/nodes/select_core.rb +++ b/lib/arel/nodes/select_core.rb @@ -10,7 +10,7 @@ module Arel @source = JoinSource.new nil @top = nil - # http://savage.net.au/SQL/sql-92.bnf.html#set%20quantifier + # https://ronsavage.github.io/SQL/sql-92.bnf.html#set%20quantifier @set_quantifier = nil @projections = [] @wheres = [] -- cgit v1.2.3