diff --git a/doc/user/connectors.xml b/doc/user/connectors.xml index 8e7b9ce36ea239fe68ddaf50e082f99117dafc91..0b7069dfc917f41dd515953cc7c5673eca69103d 100644 --- a/doc/user/connectors.xml +++ b/doc/user/connectors.xml @@ -180,7 +180,7 @@ int main() <para> The example program only shows one command and does not show all that's necessary for good practice. For that, please see <link - xlink:href="https://github.com/tarantool/tarantool/blob/master/connector/c/include/tp.h"><filename>connector/c</filename></link> in the source tree. + xlink:href="https://github.com/tarantool/tarantool-c"><filename>connector/c</filename></link> source tree. </para> </section> diff --git a/doc/www-data.in/download.cmake b/doc/www-data.in/download.cmake index 46f990ba4708cd0240c3ed4bce0ff10dbf529bc0..04eb451c9f507c6e82223bcd0f955c00b444af54 100644 --- a/doc/www-data.in/download.cmake +++ b/doc/www-data.in/download.cmake @@ -47,7 +47,7 @@ download: It can be added to your apt sources list with: ```bash - wget http://tarantool.org/dist/master/public.key + wget http://tarantool.org/dist/public.key sudo apt-key add ./public.key release=`lsb_release -c -s` @@ -110,19 +110,6 @@ download: [layman]: http://wiki.gentoo.org/wiki/Layman - ### Other Linux distributions - <table border=1 title="Download the latest build, @PACKAGE_VERSION@" width=100%> - <th colspan=3>Static builds for Linux</th> - <tr> - <td> Binary tarball (**.tar.gz**) </td> - <td align=center> [32-bit] </td> - <td align=center> [64-bit] </td> - </tr> - </table> - - [32-bit]: http://tarantool.org/dist/master/tarantool-@PACKAGE_VERSION@-linux-i686.tar.gz - [64-bit]: http://tarantool.org/dist/master/tarantool-@PACKAGE_VERSION@-linux-x86_64.tar.gz - ### FreeBSD Tarantool is available from the FreeBSD Ports collection @@ -155,14 +142,14 @@ download: ## Connectors - - Perl driver, [DR:Tarantool](http://search.cpan.org/~unera/DR-Tarantool-0.37/lib/DR/Tarantool.pm) + - Perl driver, [DR:Tarantool](http://search.cpan.org/~unera/DR-Tarantool-0.42/lib/DR/Tarantool.pm) - Java driver, [Maven repository](http://dgreenru.github.com/tarantool-java) - Ruby driver, [https://github.com/mailru/tarantool-ruby] - Python driver, [http://pypi.python.org/pypi/tarantool] - PHP driver, [https://github.com/tarantool/tarantool-php] - node.js driver, [https://github.com/devgru/node-tarantool] - Erlang driver, [https://github.com/rtsisyk/etarantool] - - C connector [is maintained in the server source tree](https://github.com/tarantool/tarantool/blob/master/connector/c) + - C connector [https://github.com/tarantool/tarantool-c] [http://tarantool.org/dist/master]: http://tarantool.org/dist/master [http://tarantool.org/dist/master/debian]: http://tarantool.org/dist/master/debian