From bc53aa231dde817d7dce99d7d56a528c055ab4d4 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 1 Jan 2018 20:52:28 -0500 Subject: [PATCH] neaten --- c/draft-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/draft-release-notes.md b/c/draft-release-notes.md index a973b8bb3..79e6a404e 100644 --- a/c/draft-release-notes.md +++ b/c/draft-release-notes.md @@ -28,7 +28,7 @@ an alias for `--nidx --fs tab`, and `mlr -t` is an alias for `mlr [**here**](http://johnkerl.org/miller-releases/miller-5.3.0/doc/reference-dsl.html#A_note_on_the_complexity_of_Miller’s_expression_language), while Miller has its own DSL there will always be things better expressible in a general-purpose language. The new page [**Sharing data with other languages**](http://johnkerl.org/miller-releases/miller-5.3.0/doc/data-sharing.html) shows how to seamlessly share data back and forth between Miller, Ruby, and Python. -* [**SQL-input examples**](http://johnkerl.org/miller-releases/miller-5.3.0/doc/10-min.html#SQL-input_examples) contains detailed information the interplay between Miller and SQL. +* [**SQL-input examples**](http://johnkerl.org/miller-releases/miller-5.3.0/doc/10-min.html#SQL-input_examples) and [**SQL-output examples**](http://johnkerl.org/miller-releases/miller-5.3.0/doc/10-min.html#SQL-output_examples) contain detailed information the interplay between Miller and SQL. * [**Issue 150**](https://github.com/johnkerl/miller/issues/150) raised a question about suppressing numeric conversion. This resulted in a new FAQ entry