From 7b99fafe19663c1483986e034817f85be7cacd13 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Thu, 16 Apr 2015 12:01:31 +0300 Subject: [PATCH] Update links to drivers. Add missing comma to iproto_constants.c. --- doc/sphinx/book/connectors/__java.rst | 2 +- doc/www/content/newsite/download.yml.in | 6 +++--- src/box/iproto_constants.c | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/sphinx/book/connectors/__java.rst b/doc/sphinx/book/connectors/__java.rst index a5ecb50989..f55542e42c 100644 --- a/doc/sphinx/book/connectors/__java.rst +++ b/doc/sphinx/book/connectors/__java.rst @@ -2,4 +2,4 @@ Java ===================================================================== -Please, see http://dgreenru.github.io/tarantool-java/. +See http://github.com/tarantool/tarantool-java/. diff --git a/doc/www/content/newsite/download.yml.in b/doc/www/content/newsite/download.yml.in index 19163858de..ae3f6dd771 100644 --- a/doc/www/content/newsite/download.yml.in +++ b/doc/www/content/newsite/download.yml.in @@ -141,13 +141,13 @@ blocks : - Ruby driver, `<https://github.com/funny-falcon/tarantool16-ruby>`_ - Perl driver, `DR:Tarantool`_ - C connector `<https://github.com/tarantool/tarantool-c>`_ - - node.js driver, `<https://github.com/devgru/node-tarantool>`_ + - node.js driver, `<https://github.com/KlonD90/node-tarantool-driver>`_ - Erlang driver, `<https://github.com/rtsisyk/etarantool>`_ - - Go driver, `<https://github.com/fl00r/go-tarantool>`_ + - Go driver, `<https://github.com/mialinx/go-tarantool-1.6>`_ - Lua-nginx driver, `<https://github.com/ziontab/lua-nginx-tarantool>`_ .. _DR\:Tarantool: http://search.cpan.org/~unera/DR-Tarantool-0.42/lib/DR/Tarantool.pm - .. _Maven repository: http://dgreenru.github.com/tarantool-java + .. _Maven repository: http://github.com/tarantool/tarantool-java - - "Source tarball" - format : rst content: | diff --git a/src/box/iproto_constants.c b/src/box/iproto_constants.c index 463e732ddc..5ccd0f4bf4 100644 --- a/src/box/iproto_constants.c +++ b/src/box/iproto_constants.c @@ -150,9 +150,9 @@ const char *iproto_key_strs[IPROTO_KEY_MAX] = { "tuple", /* 0x21 */ "function name", /* 0x22 */ "user name", /* 0x23 */ - "server UUID" /* 0x24 */ - "cluster UUID" /* 0x25 */ - "vector clock" /* 0x26 */ - "expr" /* 0x27 */ + "server UUID", /* 0x24 */ + "cluster UUID", /* 0x25 */ + "vector clock", /* 0x26 */ + "expression", /* 0x27 */ }; -- GitLab