diff --git a/README.CentOS b/README.CentOS index 56308af4215b46a26e9c5f266af408c2c17b3d71..b51aa54e3518ca501517fab7893ed11e9bc8cfc5 100644 --- a/README.CentOS +++ b/README.CentOS @@ -23,7 +23,7 @@ sudo yum install gcc gcc-c++ gcc-objc cmake git readline-devel ncurses-devel bin 4. Download & build tarantool source code: ------------- -git clone git://github.com/mailru/tarantool.git +git clone git://github.com/tarantool/tarantool.git cd tarantool CC=gcc463 CXX=g++463 cmake . -DCMAKE_BUILD_TYPE=RelWithDebugInfo -DENABLE_CLIENT=true && make diff --git a/README.FreeBSD b/README.FreeBSD index 3f6bf3189dbb20f52ddc0a4c2651c00b68f97699..bea04cd930a71a2272a2b7cfa1cda9cc85d3adbc 100644 --- a/README.FreeBSD +++ b/README.FreeBSD @@ -29,7 +29,7 @@ sudo make install 4. Download & build tarantool source code: ------------- -git clone git://github.com/mailru/tarantool.git +git clone git://github.com/tarantool/tarantool.git cd tarantool CC=gcc463 CXX=g++463 cmake . -DCMAKE_BUILD_TYPE=RelWithDebugInfo -DENABLE_CLIENT=true diff --git a/README.MacOSX b/README.MacOSX index 7a21424214c8f8cf9956c55a96f7fca6c6be8c6c..0768d19bede37f23bad286b63c0859cadfa8e7da 100644 --- a/README.MacOSX +++ b/README.MacOSX @@ -22,7 +22,7 @@ the module's archive deflates into. 3. Download & build tarantool source code: ------------- -git clone git://github.com/mailru/tarantool.git +git clone git://github.com/tarantool/tarantool.git cd tarantool CC=clang CXX=clang++ cmake . -DCMAKE_BUILD_TYPE=RelWithDebugInfo -DENABLE_CLIENT=true diff --git a/README.md b/README.md index 1e357593aa62d265b1f17de760254c2e7e7e2e9a..66a255222d3d1fe876d2bb457063ff386e07e914 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -TARANTOOL/BOX, http://tarantool.org +TARANTOOL, http://tarantool.org Tarantool is a framework for in-memory key/value storage and Box is a yet another in-memory key-value database. diff --git a/connector/c/include/tp.h b/connector/c/include/tp.h index d76e827be6d569bcb59fca7b3abe92a5f0d5e670..a983535c73cbd552d28ed2e5050602fed548e089 100644 --- a/connector/c/include/tp.h +++ b/connector/c/include/tp.h @@ -6,7 +6,7 @@ * (http://tarantool.org) * * protocol description: - * https://github.com/mailru/tarantool/blob/master/doc/box-protocol.txt + * https://github.com/tarantool/tarantool/blob/master/doc/box-protocol.txt * ------------------- * * TP - a C library designed to create requests and process @@ -35,7 +35,7 @@ * * Before using the library, please get acquainted with * Tarnatool binary protocol, documented at - * https://github.com/mailru/tarantool/blob/master/doc/box-protocol.txt + * https://github.com/tarantool/tarantool/blob/master/doc/box-protocol.txt * * BASIC REQUEST STRUCTURE * ----------------------- @@ -138,7 +138,7 @@ * * Note: the library itself doesn't contain #defines for server * error codes. They are defined in - * https://github.com/mailru/tarantool/blob/master/include/errcode.h + * https://github.com/tarantool/tarantool/blob/master/include/errcode.h * * A server failure can be either transient or persistent. For * example, a failure to allocate memory is transient: as soon as @@ -171,7 +171,7 @@ /* * Copyright (c) 2012-2013 Tarantool AUTHORS - * (https://github.com/mailru/tarantool/blob/master/AUTHORS) + * (https://github.com/tarantool/tarantool/blob/master/AUTHORS) * * Redistribution and use in source and binary forms, with or * without modification, are permitted provided that the following diff --git a/connector/python/README.rst b/connector/python/README.rst index 833869634ff42a34d6dbb086ff134265a4ea24d6..c452491f7f0d6d2ca4acae2a80fbca206e4c9f93 100644 --- a/connector/python/README.rst +++ b/connector/python/README.rst @@ -2,10 +2,10 @@ trantool-python ================= -Python interface to the `Tarantool database <https://github.com/mailru/tarantool>`_. +Python interface to the `Tarantool database <https://github.com/tarantool/tarantool>`_. The latest version of this package is found at -`<https://github.com/mailru/tarantool-python`_. +`<https://github.com/tarantool/tarantool-python`_. Tarantool is a fast key/value data store originally designed by `Mail.Ru <http://mail.ru>`_ and released under the terms of `BSD license <http://www.gnu.org/licenses/license-list.html#ModifiedBSD>`_. diff --git a/connector/ruby/README b/connector/ruby/README index 651b8f1d4a2e2b15ae7912d8ce8107d0ae634b1a..2c000361ab5f8b2c3dabcbad63dac17818e839b8 100644 --- a/connector/ruby/README +++ b/connector/ruby/README @@ -1,2 +1,2 @@ Tarantool Ruby driver can be found at -https://github.com/mailru/tarantool-ruby +https://github.com/tarantool/tarantool-ruby diff --git a/debian/control b/debian/control index abf5bbc2715153fc4d95620a9dbfe6d8d9ef5f45..21615926245614273407d5f9384bf75bd025bb56 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,8 @@ Build-Depends: cdbs, debhelper (>= 8), Section: database Standards-Version: 3.9.3 Homepage: http://tarantool.org/ -VCS-Browser: https://github.com/mailru/tarantool -VCS-Git: git://github.com/mailru/tarantool.git +VCS-Browser: https://github.com/tarantool/tarantool +VCS-Git: git://github.com/tarantool/tarantool.git Package: tarantool-common Architecture: all diff --git a/debian/copyright b/debian/copyright index d271565a78a12bf3dbff5b652840bbf67b659173..977f46ebfbf0d7c0896a548659d59d3763c83ff5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: http://dep.debian.net/deps/dep5/ Debianized-By: Dmitry E. Oboukhov <unera@debian.org> Upstream-Name: tarantool, tarantool-box Upstream-Contact: tarantool-developers@lists.launchpad.net -Source: https://github.com/mailru/tarantool +Source: https://github.com/tarantool/tarantool Files: third_party/libev/* third_party/coro/* Copyright: 2007,2008,2009 Marc Alexander Lehmann. diff --git a/debian/watch b/debian/watch index d10e1525a1447b7566ba1bebb2ec63ec2e8167be..478bb9f54b899a31e91b2b906f31fb3e55eab351 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 - https://github.com/mailru/tarantool/tags \ + https://github.com/tarantool/tarantool/tags \ .*/tarball/(\d+(?:\.\d+)+) diff --git a/doc/coding-style.txt b/doc/coding-style.txt index bd05f2d853f9c8e91976b11fb8b937f9a47c5df2..fd4d4833f146ce346439a9833e7305fd37bb0135 100644 --- a/doc/coding-style.txt +++ b/doc/coding-style.txt @@ -26,7 +26,7 @@ We use Git for revision control. The latest development is happening in the 'master' branch. Our git repository is hosted on github, and can be checked out with -git clone git://github.com/mailru/tarantool.git # anonymous +git clone git://github.com/tarantool/tarantool.git # anonymous # read-only access If you have any questions about Tarantool internals, diff --git a/doc/user/configuration-reference.xml b/doc/user/configuration-reference.xml index 91705863146202667e6be58280f9ef70d5f20b72..c1e5d7cd6e0f439757344ea81aa386b501b00408 100644 --- a/doc/user/configuration-reference.xml +++ b/doc/user/configuration-reference.xml @@ -83,7 +83,7 @@ Tarantool 1.4.0-69-g45551dd xlink:href="http://www.kernel.org/pub/software/scm/git/docs/git-describe.html">git describe</link> to produce its version id, and this id can be used at any time to check out the corresponding source from our <link - xlink:href="git://github.com/mailru/tarantool.git">git repository</link>. + xlink:href="git://github.com/tarantool/tarantool.git">git repository</link>. </para></note> </listitem> @@ -205,15 +205,15 @@ Tarantool 1.4.0-69-g45551dd Tarantool maintains a set of all allowed configuration parameters in two template files, which are easy to maintain and extend: - <filename xlink:href="https://github.com/mailru/tarantool/blob/master/cfg/core_cfg.cfg_tmpl">cfg/core_cfg.cfg_tmpl</filename>, - <filename xlink:href="https://github.com/mailru/tarantool/blob/master/mod/box/box_cfg.cfg_tmpl">src/box/box_cfg.cfg_tmpl</filename>. + <filename xlink:href="https://github.com/tarantool/tarantool/blob/master/cfg/core_cfg.cfg_tmpl">cfg/core_cfg.cfg_tmpl</filename>, + <filename xlink:href="https://github.com/tarantool/tarantool/blob/master/mod/box/box_cfg.cfg_tmpl">src/box/box_cfg.cfg_tmpl</filename>. These files can always be used as a reference for any parameter in this manual. </para> <para>In addition, two working examples can be found in the source tree: - <filename xlink:href="https://github.com/mailru/tarantool/blob/master/test/box/tarantool.cfg">test/box/tarantool.cfg</filename>, - <filename xlink:href="https://github.com/mailru/tarantool/blob/master/test/box_big/tarantool.cfg">test/box_big/tarantool.cfg</filename>. + <filename xlink:href="https://github.com/tarantool/tarantool/blob/master/test/box/tarantool.cfg">test/box/tarantool.cfg</filename>, + <filename xlink:href="https://github.com/tarantool/tarantool/blob/master/test/box_big/tarantool.cfg">test/box_big/tarantool.cfg</filename>. </para> <table frame='all' pgwide='1'> diff --git a/doc/user/connectors.xml b/doc/user/connectors.xml index a5fbe74c9402fb1da3b6bd71cd4b3d32e1d5abc8..1b06ba670ebdbbe7a8acf798005633324708bc30 100644 --- a/doc/user/connectors.xml +++ b/doc/user/connectors.xml @@ -17,7 +17,7 @@ <title>C</title> <para> Please see <link - xlink:href="https://github.com/mailru/tarantool/blob/master/connector/c/include/tp.h"><filename>connector/c</filename></link> in the source tree. + xlink:href="https://github.com/tarantool/tarantool/blob/master/connector/c/include/tp.h"><filename>connector/c</filename></link> in the source tree. </para> </section> @@ -39,7 +39,7 @@ <title>PHP</title> <para> Please see <link - xlink:href="https://github.com/mailru/tarantool-php/"><filename>tarantool-php</filename></link> project at GitHub. + xlink:href="https://github.com/tarantool/tarantool-php/"><filename>tarantool-php</filename></link> project at GitHub. </para> </section> @@ -47,7 +47,7 @@ <title>Python</title> <para> Please see <link - xlink:href="https://github.com/mailru/tarantool-python"><filename>http://github.com/mailru/tarantool-python</filename></link>. + xlink:href="https://github.com/tarantool/tarantool-python"><filename>http://github.com/tarantool/tarantool-python</filename></link>. </para> </section> @@ -56,7 +56,7 @@ <para> You need <emphasis role="strong">Ruby 1.9</emphasis> or later to use this connector. Connector sources are located in <link - xlink:href="https://github.com/mailru/tarantool-ruby"><filename>http://github.com/mailru/tarantool-ruby</filename></link>. + xlink:href="https://github.com/tarantool/tarantool-ruby"><filename>http://github.com/tarantool/tarantool-ruby</filename></link>. </para> </section> diff --git a/doc/user/data-model.xml b/doc/user/data-model.xml index 9a0d1c46c1b35353b34b93d273e48e61fabbe1d2..47a47ae652798e55227e33fc359868be879b0c0f 100644 --- a/doc/user/data-model.xml +++ b/doc/user/data-model.xml @@ -146,7 +146,7 @@ </para> <para> Additional examples of SQL statements can be found in <citetitle - xlink:href="https://github.com/mailru/tarantool/tree/master/test/box" + xlink:href="https://github.com/tarantool/tarantool/tree/master/test/box" xlink:title="Tarantool regression test suite">Tarantool regression test suite</citetitle>. A complete grammar of supported SQL is provided in <olink targetdoc="tarantool-user-guide" targetptr="language-reference">Language reference</olink> chapter. @@ -158,7 +158,7 @@ programming language connector</olink>. The client/server protocol is open and documented: an annotated BNF can be found in the source tree, file <filename - xlink:href="https://github.com/mailru/tarantool/blob/master/doc/box-protocol.txt" xlink:title="A complete BNF of Tarantool client/server protocol">doc/protocol.txt</filename>. + xlink:href="https://github.com/tarantool/tarantool/blob/master/doc/box-protocol.txt" xlink:title="A complete BNF of Tarantool client/server protocol">doc/protocol.txt</filename>. </para> </section> diff --git a/doc/user/errcode.xml b/doc/user/errcode.xml index 173c9b77c7e44a1812a2713759f203655ea9acd7..3a772f9edf307188df36c8cd124630e9a065c26a 100644 --- a/doc/user/errcode.xml +++ b/doc/user/errcode.xml @@ -12,7 +12,7 @@ All such messages, however, are logged in the error log. When using <emphasis role="strong">Memcached</emphasis> protocol, the error message is sent to the client along with the code. Below follow only general descriptions of some popular codes. A complete list of errors can be found in -file <filename xlink:href="https://github.com/mailru/tarantool/blob/master/include/errcode.h">errcode.h</filename> in the source tree. +file <filename xlink:href="https://github.com/tarantool/tarantool/blob/master/include/errcode.h">errcode.h</filename> in the source tree. </para> <variablelist> diff --git a/doc/user/language-reference.xml b/doc/user/language-reference.xml index 27dcb37053c1f43a9b86debbe67f983f4ac97f6c..a85b8f15bf24998d43219ecb5c8ecd0ed4f2dc5e 100644 --- a/doc/user/language-reference.xml +++ b/doc/user/language-reference.xml @@ -22,7 +22,7 @@ <listitem><para> Read/write data port, to handle INSERTs, UPDATEs, DELETEs, SELECTs and CALLs. This port speaks the - <link xlink:href="https://github.com/mailru/tarantool/blob/master/doc/box-protocol.txt" xlink:title="A complete BNF of Tarantool client/server protocol">native Tarantool protocol</link>, and provides full data access. + <link xlink:href="https://github.com/tarantool/tarantool/blob/master/doc/box-protocol.txt" xlink:title="A complete BNF of Tarantool client/server protocol">native Tarantool protocol</link>, and provides full data access. </para> <para> The default value of the port is <literal>33013</literal>, @@ -117,9 +117,9 @@ A complete description of both, the binary protocol and the supported SQL, is maintained in annotated Backus-Naur form in the source tree: please see - <link xlink:href="https://github.com/mailru/tarantool/blob/master/doc/box-protocol.txt"><filename>doc/box-protocol.txt</filename></link> + <link xlink:href="https://github.com/tarantool/tarantool/blob/master/doc/box-protocol.txt"><filename>doc/box-protocol.txt</filename></link> and - <link xlink:href="https://github.com/mailru/tarantool/blob/master/doc/sql.txt"><filename>doc/sql.txt</filename></link> respectively. + <link xlink:href="https://github.com/tarantool/tarantool/blob/master/doc/sql.txt"><filename>doc/sql.txt</filename></link> respectively. </para> <section xml:id="memcached-protocol"> <title>Memcached protocol</title> diff --git a/doc/user/persistence-architecture.xml b/doc/user/persistence-architecture.xml index 89a9c03c61243e817e4ba4d0815e7870d19dfd2d..2c9cc0272d2721fa660920b13dbe4c62f474f5a2 100644 --- a/doc/user/persistence-architecture.xml +++ b/doc/user/persistence-architecture.xml @@ -20,7 +20,7 @@ number of the first record this file contains. <para>Apart from a log sequence number and the data change request (its format is the same as in the binary protocol and is described in <link -xlink:href="https://github.com/mailru/tarantool/blob/master/doc/box-protocol.txt"><filename>doc/box-protocol.txt</filename></link>), +xlink:href="https://github.com/tarantool/tarantool/blob/master/doc/box-protocol.txt"><filename>doc/box-protocol.txt</filename></link>), each WAL record contains a checksum and a UNIX time stamp. </para> diff --git a/doc/user/replication.xml b/doc/user/replication.xml index f97bcee166fa6e66a8f668021506be775b3b081b..d320529be6ce1bdd64970a37f2a87308c00d1a13 100644 --- a/doc/user/replication.xml +++ b/doc/user/replication.xml @@ -65,7 +65,7 @@ necessary to enable <olink targetptr="replication_port"/> in the configuration file. An example configuration file can be found in <link - xlink:href="https://github.com/mailru/tarantool/blob/master/test/box_replication/cfg/master.cfg"><filename>test/box_replication/cfg/master.cfg</filename></link>. A master with enabled replication_port can accept connections + xlink:href="https://github.com/tarantool/tarantool/blob/master/test/box_replication/cfg/master.cfg"><filename>test/box_replication/cfg/master.cfg</filename></link>. A master with enabled replication_port can accept connections from as many replicas as necessary on that port. Each replica has its own replication state. </para> @@ -91,7 +91,7 @@ necessary to keep WAL files on the master host as long as there are replicas that haven't applied them yet. An example configuration can be found in <link - xlink:href="https://github.com/mailru/tarantool/blob/master/test/box_replication/cfg/replica.cfg"><filename>test/box_replication/cfg/replica.cfg</filename></link>. + xlink:href="https://github.com/tarantool/tarantool/blob/master/test/box_replication/cfg/replica.cfg"><filename>test/box_replication/cfg/replica.cfg</filename></link>. </para> <para> In absence of required WALs, a replica can be "re-seeded" at diff --git a/doc/user/stored-procedures.xml b/doc/user/stored-procedures.xml index 740cebf3c6ed251b71eee5e24269a9ae192d37f5..9b4bf714ec795f144ee664cb24e25d775f0c33e4 100644 --- a/doc/user/stored-procedures.xml +++ b/doc/user/stored-procedures.xml @@ -342,7 +342,7 @@ localhost> lua type(i), type(i*2), type(i/2), i, i*2, i/2 <simplelist> <member><code>op</code> — number, any Tarantool command code, except 22 (CALL). See - <link xlink:href="https://github.com/mailru/tarantool/blob/master/doc/box-protocol.txt"> + <link xlink:href="https://github.com/tarantool/tarantool/blob/master/doc/box-protocol.txt"> <filename>doc/box-protocol.txt</filename></link>. </member> <member><code>request</code> — command @@ -955,7 +955,7 @@ lua box.dostring('local f = function(key) t=box.select(0, 0, key); if t ~= nil t client as <constant>ER_PROC_LUA</constant>. This function makes it possible to emulate any kind of native exception, such as a unique constraint violation, no such space/index, - etc. A complete list of errors is present in <link xlink:href="https://github.com/mailru/tarantool/blob/master/include/errcode.h">errcode.h</link> + etc. A complete list of errors is present in <link xlink:href="https://github.com/tarantool/tarantool/blob/master/include/errcode.h">errcode.h</link> file in the source tree. Lua constants which correspond to Tarantool errors are defined in <code>box.error</code> module. The error @@ -1239,7 +1239,7 @@ lua box.cjson.decode('{"hello": "world"}').hello functions. For example, instead of <code>box.insert(0, ...)</code> one can write <code>box.space[0]:insert(...)</code>. Package source code is available in file <filename - xlink:href="https://github.com/mailru/tarantool/blob/master/src/box/box.lua">src/box/box.lua</filename></para> + xlink:href="https://github.com/tarantool/tarantool/blob/master/src/box/box.lua">src/box/box.lua</filename></para> <para>A list of all <code>space</code> members follows.</para> <varlistentry> <term><emphasis role="lua">space.n</emphasis></term> diff --git a/doc/user/tutorial.xml b/doc/user/tutorial.xml index c28bfebde92366183d7651daf99e410d8613ebed..75219bc4ba7a988789279a4e9a947cb871d47d97 100644 --- a/doc/user/tutorial.xml +++ b/doc/user/tutorial.xml @@ -134,11 +134,11 @@ Linking C executable tarantool_box [100%] Built target tarantool_box</programlisting> A complete instruction for building from source is located - in the source tree, file <filename xlink:href="https://github.com/mailru/tarantool/blob/master/README.md">README.md</filename>. There + in the source tree, file <filename xlink:href="https://github.com/tarantool/tarantool/blob/master/README.md">README.md</filename>. There are also specialized build instructions for - <productname xlink:href="https://github.com/mailru/tarantool/blob/master/README.CentOS">CetnOS</productname>, - <productname xlink:href="https://github.com/mailru/tarantool/blob/master/README.FreeBSD">FreeBSD</productname>, - <productname xlink:href="https://github.com/mailru/tarantool/blob/master/README.MacOSX">OS + <productname xlink:href="https://github.com/tarantool/tarantool/blob/master/README.CentOS">CetnOS</productname>, + <productname xlink:href="https://github.com/tarantool/tarantool/blob/master/README.FreeBSD">FreeBSD</productname>, + <productname xlink:href="https://github.com/tarantool/tarantool/blob/master/README.MacOSX">OS X</productname>. </para> <para> diff --git a/doc/www-data.in/benchmark b/doc/www-data.in/benchmark index 81423c17221eb2ba44c0c8c8d985cc58f7938ae7..a07b024414d45254431f119e96c6ff493495e67f 100644 --- a/doc/www-data.in/benchmark +++ b/doc/www-data.in/benchmark @@ -19,7 +19,7 @@ the single largest contributor to the cost of serving a single request, use of batched and multiplexed I/O produces an order of magnitude better results, when compared with traditional multi-threaded workloads. A tool we developed for our own use, -[nosqlbench](http://github.com/mailru/nosqlbench), is utilizing +[nosqlbench](http://github.com/tarantool/nosqlbench), is utilizing this approach at full. However, to compare with the rest of the world, a standardized diff --git a/doc/www-data.in/download.cmake b/doc/www-data.in/download.cmake index 03baddfdc7857616f340de046710f135dabd4ff6..eb29b79f00ef79fc40281a0dd12c0420367bd31e 100644 --- a/doc/www-data.in/download.cmake +++ b/doc/www-data.in/download.cmake @@ -155,8 +155,8 @@ to enable it: # Development branch In the same manner as for [the stable -branch](http://github.com/mailru/tarantool/tree/stable), every push into [the master -branch](http://github.com/mailru/tarantool) is [available +branch](http://github.com/tarantool/tarantool/tree/stable), every push into [the master +branch](http://github.com/tarantool/tarantool) is [available online](http://tarantool.org/dist/master). The server roadmap is maintained on [Launchpad](http://launchpad.net/tarantool). @@ -164,12 +164,12 @@ The server roadmap is maintained on [Launchpad](http://launchpad.net/tarantool). - Perl driver, [DR:Tarantool](http://search.cpan.org/~unera/DR-Tarantool-0.37/lib/DR/Tarantool.pm) - Java driver, [Maven repository](http://dgreenru.github.com/tarantool-java) -- Ruby driver, [http://github.com/mailru/tarantool-ruby](https://github.com/mailru/tarantool-ruby) +- Ruby driver, [http://github.com/tarantool/tarantool-ruby](https://github.com/tarantool/tarantool-ruby) - Python driver, [http://pypi.python.org/pypi/tarantool](http://pypi.python.org/pypi/tarantool) -- PHP driver, [https://github.com/mailru/tarantool-php](https://github.com/mailru/tarantool-php) +- PHP driver, [https://github.com/tarantool/tarantool-php](https://github.com/tarantool/tarantool-php) - node.js driver, [https://github.com/devgru/node-tarantool](https://github.com/devgru/node-tarantool) -- C connector [is maintained in the server source tree](https://github.com/mailru/tarantool/blob/master/connector/c) +- C connector [is maintained in the server source tree](https://github.com/tarantool/tarantool/blob/master/connector/c) {% page download ru %} @@ -321,9 +321,9 @@ href="http://tarantool.org/dist">http://tarantool.org/dist</a>. ### ДоÑтуп из Ñзыков Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ - Perl driver [DR:Tarantool](http://search.cpan.org/~unera/DR-Tarantool-0.37/lib/DR/Tarantool.pm) -- [Ruby driver](https://github.com/mailru/tarantool-ruby) +- [Ruby driver](https://github.com/tarantool/tarantool-ruby) - Python driver, [hosted at pypi.python.org](http://pypi.python.org/pypi/tarantool) -- PHP driver [https://github.com/mailru/tarantool-php](https://github.com/mailru/tarantool-php) +- PHP driver [https://github.com/tarantool/tarantool-php](https://github.com/tarantool/tarantool-php) - Java driver, [Maven repository](http://dgreenru.github.com/tarantool-java) - node.js driver, [https://github.com/devgru/node-tarantool](https://github.com/devgru/node-tarantool) diff --git a/doc/www-data.in/index b/doc/www-data.in/index index cf42a11e1998c0bbbc62ff37a2a51d3e95e53e71..d98807c0ac681620866743cdb10de0328c0db193 100644 --- a/doc/www-data.in/index +++ b/doc/www-data.in/index @@ -62,7 +62,7 @@ A fast and customizable message queue server is up and running. - [YCSB benchmark results](benchmark.html) - [FAQ](faq.html) -- [Source repository](http://github.com/mailru/tarantool) +- [Source repository](http://github.com/tarantool/tarantool) - [Lua stored procedures repository]( http://github.com/mailru/tntlua)