From c8db588a4b07afe4cc8fa0e913a9b77eae27b443 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Wed, 10 Jul 2013 13:37:13 +0400
Subject: [PATCH] Fix links brokoen after a project move.

---
 doc/user/connectors.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/user/connectors.xml b/doc/user/connectors.xml
index 1b06ba670e..5466f2d9ac 100644
--- a/doc/user/connectors.xml
+++ b/doc/user/connectors.xml
@@ -47,7 +47,7 @@
     <title>Python</title>
     <para>
        Please see <link
-       xlink:href="https://github.com/tarantool/tarantool-python"><filename>http://github.com/tarantool/tarantool-python</filename></link>.
+       xlink:href="https://github.com/mailru/tarantool-python"><filename>http://github.com/mailru/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/tarantool/tarantool-ruby"><filename>http://github.com/tarantool/tarantool-ruby</filename></link>.
+       xlink:href="https://github.com/mailru/tarantool-ruby"><filename>http://github.com/mailru/tarantool-ruby</filename></link>.
     </para>
   </section>
 
-- 
GitLab