Skip to content

Commit 44f355f

Browse files
authored
Strip '.php' from 'papers' link. #143
This is (mostly) just to trigger a Travis build.
1 parent 3348f77 commit 44f355f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Categorical Query Language (CQL) implementation in Haskell.
1010

1111
[CQL](https://www.categoricaldata.net) is a functional query language that allows you to specify data migrations declaratively, in a way that guarantees their correctness.
1212

13-
It is the culmination of years of original mathematical [research](https://www.categoricaldata.net/papers.php) after the right balance between flexibility and correctness. Its solid grounding in category theory sets it apart from its ad hoc counterparts, and enables the compositional development and analysis of data transformations to a degree previously impossible.
13+
It is the culmination of years of original mathematical [research](https://www.categoricaldata.net/papers) after the right balance between flexibility and correctness. Its solid grounding in category theory sets it apart from its ad hoc counterparts, and enables the compositional development and analysis of data transformations to a degree previously impossible.
1414

1515
CQL, formerly known as AQL, was developed by [Statebox](https://www.statebox.org) in collaboration with [Conexus](http://conexus.ai/), who develop the [Java version](https://github.com/CategoricalData/cql) of CQL.
1616

0 commit comments

Comments
 (0)