From 16ba701d76b72d2af234c83158dd52323296d2a4 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Fri, 30 Aug 2013 23:16:51 +0000
Subject: [PATCH] Fixed link to PyBit host

---
 i2p2www/pages/site/docs/how/tech-intro.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i2p2www/pages/site/docs/how/tech-intro.html b/i2p2www/pages/site/docs/how/tech-intro.html
index 72efb3333..230bfa781 100644
--- a/i2p2www/pages/site/docs/how/tech-intro.html
+++ b/i2p2www/pages/site/docs/how/tech-intro.html
@@ -1004,9 +1004,9 @@ It is hosted on <a href="http://{{ bob }}/Robert.html">http://{{ bob }}/Robert.h
   <h2 id="app.pybit">PyBit</h2>
   <p><i>{% trans dev='Blub' -%}Developed by: {{ dev }}{%- endtrans %}</i></p>
 
-  <p>{% trans pebcache=i2pconv('pebcache.i2p') -%}
+  <p>{% trans pybit='http://'+i2pconv('echelon.i2p')+'/pybit/' -%}
 PyBit is a Bittorrent client written in Python.
-It is hosted on <a href="http://{{ pebcache }}/">http://{{ pebcache }}/</a> <!-- TODO: expand -->
+It is hosted on <a href="{{ pybit }}">{{ pybit }}</a> <!-- TODO: expand -->
 {%- endtrans %}</p>
 
   <h2 id="app.i2phex">I2Phex</h2>
-- 
GitLab