From 1e6252992aa9955589ff8cfb05ec41e39248db27 Mon Sep 17 00:00:00 2001 From: NikitOS94 Date: Tue, 11 Jul 2017 19:07:43 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f875336..14e4f4c 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ MonQ is released as mquery data type and <=> match operator for jsonb. MonQ is realized as an extension and not available in default PostgreSQL installation. It is available from -[github](https://github.com/NikitOS94/MonQ) +[github](https://github.com/postgrespro/MonQ) and supports PostgreSQL 9.4+. ### Installation MonQ is PostgreSQL extension which requires JsQuery extension -[github](https://github.com/NikitOS94/MonQ) and PostgreSQL 9.4 or higher. +[github](https://github.com/postgrespro/jsquery) and PostgreSQL 9.4 or higher. Before build and install you should ensure following: @@ -132,7 +132,7 @@ part of MongoDB query operators. * All operators is not supported. Examples of queries with all this operators you can find in the file -[sql/sql_test.sql](https://github.com/NikitOS94/MonQ/blob/master/sql/monq_test.sql) +[sql/sql_test.sql](https://github.com/postgrespro/MonQ/blob/master/sql/monq_test.sql) ### Contribution