Skip to content
Snippets Groups Projects
Commit b519a1db authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Remove links to statically linked binary tarballs. Fix a few broken links.

parent e8d3201f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment