@@ -19,13 +19,13 @@ CQL-Java is a Free Software project that provides:
1919CQL is "Common Query Language", a query language designed under
2020the umbrella of the ZING initiative (Z39.59-International Next
2121Generation). The official specification is at
22- http ://www.loc.gov/standards/sru/cql/
22+ https ://www.loc.gov/standards/sru/cql/
2323and there's more (and friendlier) information at
24- http ://zing.z3950.org/cql/index.html
24+ https ://zing.z3950.org/cql/index.html
2525
2626XCQL is "XML CQL", a representation of CQL-equivalent queries in XML
2727which is supposed to be easier to parse. The specification is at
28- http ://docs.oasis-open.org/search-ws/searchRetrieve/v1.0/os/schemas/xcql.xsd
28+ https ://docs.oasis-open.org/search-ws/searchRetrieve/v1.0/os/schemas/xcql.xsd
2929in the form of an XML Schema.
3030
3131But if you didn't know that, why are you even reading this? :-)
@@ -90,7 +90,7 @@ Using the library in your own applications:
9090
9191## Description
9292
93- See the automatically generated class documentation in the " target"
93+ See the automatically generated class documentation in the ` target `
9494subdirectory.
9595
9696
@@ -99,7 +99,7 @@ subdirectory.
9999Original code and documentation by Mike Taylor, Index Data < mike@indexdata.com >
100100At present maintained by Jakub Skoczen, Index Data < jakub@indexdata.dk >
101101
102- * http ://www.indexdata.com/cql-java
102+ * https ://www.indexdata.com/cql-java
103103
104104Please email us with bug-reports, wishlist items, patches, deployment
105105stories and, of course, large cash donations.
@@ -109,7 +109,7 @@ stories and, of course, large cash donations.
109109
110110The CQL-Java suite is Free Software, which is pretty much legally
111111equivalent -- though not morally equivalent -- to Open Source. See
112- http ://www.gnu.org/philosophy/free-software-for-freedom.html
112+ https ://www.gnu.org/philosophy/free-software-for-freedom.html
113113for a detailed if somewhat one-sided discussion of the differences,
114114and particularly of why Free Software is an important idea.
115115
@@ -124,7 +124,7 @@ a part of a non-free larger work.
124124
125125## See also
126126
127- * http ://zing.z3950.org/cql
127+ * https ://zing.z3950.org/cql
128128* Adam Dickmeiss's CQL compiler, written in C.
129129* Rob Sanderson's CQL compiler, written in Python.
130130* Jakub Skoczen's CQL-js compiler, written in JavaScript https://github.com/indexdata/cql-js
0 commit comments