Update repository path (#378)

This commit is contained in:
Lunny Xiao 2020-04-24 12:56:51 +08:00 committed by GitHub
parent 80a1d96b44
commit 9dcd9fa638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 17 deletions

View File

@ -40,7 +40,7 @@
<div class="jumbotron">
<h1>LedisDB</h1>
<p class="lead">A high performance NoSQL like Redis powered by Go.</p>
<p><a class="btn btn-lg btn-ledis" target="_blank" href="https://github.com/siddontang/ledisdb" role="button">
<p><a class="btn btn-lg btn-ledis" target="_blank" href="https://github.com/ledisdb/ledisdb" role="button">
<i class="glyphicon glyphicon-eye-open"></i>
View on GitHub</a></p>
</div>
@ -111,7 +111,7 @@ curl http://127.0.0.1:11181/0/GET/hello?type=json
<div class="example">
<h2>Lib Example</h2>
<pre><code class="Bash">
import "github.com/siddontang/ledisdb/ledis"
import "github.com/ledisdb/ledisdb/ledis"
l, _ := ledis.Open(cfg)
db, _ := l.Select(0)
@ -132,7 +132,7 @@ db.Get(key)
<br>
<p>For more information, please take a look at <a href="https://github.com/siddontang/ledisdb/wiki/Benchmark"><em>benchmark.md</em></a>.</p>
<p>For more information, please take a look at <a href="https://github.com/ledisdb/ledisdb/wiki/Benchmark"><em>benchmark.md</em></a>.</p>
</div>
<div id="footer-wrapper" class="gradient">
@ -140,24 +140,24 @@ db.Get(key)
<div class="large-4 columns col-sm-4">
<h2 id="contribute" >Get Involved</h2>
<ul class="underline-link">
<li><a target="_blank" href="https://github.com/siddontang/ledisdb/issues?state=open">Issue Tracker</a></li>
<li><a target="_blank" href="https://github.com/siddontang/ledisdb/issues?labels=todo&page=1&state=open">Todo</a></li>
<li><a target="_blank" href="https://github.com/ledisdb/ledisdb/issues?state=open">Issue Tracker</a></li>
<li><a target="_blank" href="https://github.com/ledisdb/ledisdb/issues?labels=todo&page=1&state=open">Todo</a></li>
</ul>
</div>
<div class="large-4 columns col-sm-4">
<h2>Quick Links</h2>
<ul class="underline-link">
<li><a target="_blank" href="https://github.com/siddontang/ledisdb/wiki">Wiki</a></li>
<li><a target="_blank" href="https://github.com/ledisdb/ledisdb/wiki">Wiki</a></li>
<li><a target="_blank" href="http://ledis-py.readthedocs.org/">Ledis-py</a></li>
<li><a target="_blank" href="https://godoc.org/github.com/siddontang/ledisdb">Godoc</a></li>
<li><a target="_blank" href="https://godoc.org/github.com/ledisdb/ledisdb">Godoc</a></li>
</ul>
</div>
</div>
<div id="about" class="about">
<div class="foot">
<p>LedisDB was created and maintained by <a class="underline-link" href="https://github.com/siddontang">SiddonTang</a>.
<a class="underline-link" href="https://github.com/siddontang/ledisdb/blob/master/LICENSE">MIT License</a>.</p>
<a class="underline-link" href="https://github.com/ledisdb/ledisdb/blob/master/LICENSE">MIT License</a>.</p>
</div>
</div>
</div>

View File

@ -43,25 +43,25 @@
<div class="content">
<div class="post">
<h3> <a href="#ledisdb-v0.4-released">LedisDB v0.4 Released</a></h3>
<p>We have released LedisDB v0.4, Check <a href="https://github.com/siddontang/ledisdb/releases/tag/v0.4">GitHub</a> for more information</p>
<p>We have released LedisDB v0.4, Check <a href="https://github.com/ledisdb/ledisdb/releases/tag/v0.4">GitHub</a> for more information</p>
<p class="small text-muted">Published 23 November 2014</p>
</div>
<div class="post">
<h3> <a href="#ledisdb-v0.3-released">LedisDB v0.3 Released</a></h3>
<p>We have released LedisDB v0.3, Check <a href="https://github.com/siddontang/ledisdb/releases/tag/v0.3">GitHub</a> for more information</p>
<p>We have released LedisDB v0.3, Check <a href="https://github.com/ledisdb/ledisdb/releases/tag/v0.3">GitHub</a> for more information</p>
<p class="small text-muted">Published 28 August 2014</p>
</div>
<div class="post">
<h3> <a href="#ledisdb-v0.2-released">LedisDB v0.2 Released</a></h3>
<p>We have released LedisDB v0.2, Check <a href="https://github.com/siddontang/ledisdb/releases/tag/v0.2">GitHub</a> for more information</p>
<p>We have released LedisDB v0.2, Check <a href="https://github.com/ledisdb/ledisdb/releases/tag/v0.2">GitHub</a> for more information</p>
<p class="small text-muted">Published 5 August 2014</p>
</div>
<div class="post">
<h3><a href="#ledisdb-v0.1-released">LedisDB v0.1 Released</a></h3>
<p>Today we are happy to announce the release of LedisDB <a href="https://github.com/siddontang/ledisdb/releases/tag/v0.1">v0.1</a>.</p>
<p>Today we are happy to announce the release of LedisDB <a href="https://github.com/ledisdb/ledisdb/releases/tag/v0.1">v0.1</a>.</p>
<p class="small text-muted">Published 24 July 2014</p>
</div>
@ -73,24 +73,24 @@
<div class="large-4 columns col-sm-4">
<h2 id="contribute" >Get Involved</h2>
<ul class="underline-link">
<li><a target="_blank" href="https://github.com/siddontang/ledisdb/issues?state=open">Issue Tracker</a></li>
<li><a target="_blank" href="https://github.com/siddontang/ledisdb/issues?labels=todo&page=1&state=open">Todo</a></li>
<li><a target="_blank" href="https://github.com/ledisdb/ledisdb/issues?state=open">Issue Tracker</a></li>
<li><a target="_blank" href="https://github.com/ledisdb/ledisdb/issues?labels=todo&page=1&state=open">Todo</a></li>
</ul>
</div>
<div class="large-4 columns col-sm-4">
<h2>Quick Links</h2>
<ul class="underline-link">
<li><a target="_blank" href="https://github.com/siddontang/ledisdb/wiki">Wiki</a></li>
<li><a target="_blank" href="https://github.com/ledisdb/ledisdb/wiki">Wiki</a></li>
<li><a target="_blank" href="http://ledis-py.readthedocs.org/">Ledis-py</a></li>
<li><a target="_blank" href="https://godoc.org/github.com/siddontang/ledisdb">Godoc</a></li>
<li><a target="_blank" href="https://pkg.go.dev/github.com/ledisdb/ledisdb">Godoc</a></li>
</ul>
</div>
</div>
<div id="about" class="about">
<div class="">
<p>LedisDB was created and maintained by <a class="underline-link" href="https://github.com/siddontang">SiddonTang</a>.
<a class="underline-link" href="https://github.com/siddontang/ledisdb/blob/master/LICENSE">MIT License</a>.</p>
<a class="underline-link" href="https://github.com/ledisdb/ledisdb/blob/master/LICENSE">MIT License</a>.</p>
</div>
</div>
</div>