Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
echozhjun committed May 18, 2012
1 parent 282d7c9 commit 3f45aca
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>

<title>echozhjun/tedis @ GitHub</title>
<title>taobao/tedis @ GitHub</title>

<style type="text/css">
body {
Expand Down Expand Up @@ -31,22 +31,22 @@
</head>

<body>
<a href="https://github.com/echozhjun/tedis"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<a href="https://github.com/taobao/tedis"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

<div id="container">

<div class="download">
<a href="https://github.com/echozhjun/tedis/zipball/master">
<a href="https://github.com/taobao/tedis/zipball/master">
<img border="0" width="90" src="https://github.com/images/modules/download/zip.png"></a>
<a href="https://github.com/echozhjun/tedis/tarball/master">
<a href="https://github.com/taobao/tedis/tarball/master">
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
</div>

<h1><a href="https://github.com/echozhjun/tedis">tedis</a>
<span class="small">by <a href="https://github.com/echozhjun">echozhjun</a></span></h1>
<h1><a href="https://github.com/taobao/tedis">tedis</a>
<span class="small">by <a href="https://github.com/taobao">taobao</a></span></h1>

<div class="description">
A redis client write in java used in juhuasuan.com.
A redis client write in java.
</div>


Expand All @@ -61,22 +61,23 @@ <h1><a href="https://github.com/echozhjun/tedis">tedis</a>


<h2>Contact</h2>
<p>echo ([email protected])<br/> </p>
<p>echo ([email protected])
<br/> </p>


<h2>Download</h2>
<p>
You can download this project in either
<a href="https://github.com/echozhjun/tedis/zipball/master">zip</a> or
<a href="https://github.com/echozhjun/tedis/tarball/master">tar formats.
<a href="https://github.com/taobao/tedis/zipball/master">zip</a> or
<a href="https://github.com/taobao/tedis/tarball/master">tar formats.
</p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<pre>$ git clone git://github.com/echozhjun/tedis</pre>
<pre>$ git clone git://github.com/taobao/tedis</pre>
</p>

<div class="footer">
get the source code on GitHub : <a href="https://github.com/echozhjun/tedis">echozhjun/tedis</a>
get the source code on GitHub : <a href="https://github.com/taobao/tedis">taobao/tedis</a>
</div>

</div>
Expand Down

0 comments on commit 3f45aca

Please sign in to comment.