lib/card/query.rb in card-1.96.2 vs lib/card/query.rb in card-1.96.3
- old
+ new
@@ -6,10 +6,10 @@
# Search and Set cards use Card::Query to query the database, and it's also
# frequently used directly in code.
#
# Query "statements" (objects, really) are made in WQL (Wagn Query
# Language). Because WQL is used by Deckers, the primary language
- # documentation is on wagn.org. (http://wagn.org/WQL_Syntax). Note that the
+ # documentation is on wagn.org. (https://decko.org/WQL_Syntax). Note that the
# examples there are in JSON, like Search card content, but statements in
# Card::Query are in ruby form.
#
# In Decko's current form, Card::Query generates and executes SQL statements.
# However, the SQL generation is largely (not yet fully) separated from the