Skip to content

Commit e1d081d

Browse files
committed
Updated docs, fixed rockspec.
1 parent 6fd6001 commit e1d081d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

doc/examples/spelling.lua.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ <h2>Modules</h2>
3737
<ul class="$(kind=='Topics' and '' or 'nowrap'">
3838
<li><a href="../index.html">bk-tree</a></li>
3939
</ul>
40+
<h2>Repository</h2>
41+
<ul class="$(kind=='Topics' and '' or 'nowrap'">
42+
<li><a href="https://github.com/profan/lua-bk-tree">GitHub Repo</a></li>
43+
</ul>
4044

4145
</div>
4246

doc/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,18 @@ <h2>Examples</h2>
4343
<ul class="$(kind=='Topics' and '' or 'nowrap'">
4444
<li><a href="examples/spelling.lua.html">spelling.lua</a></li>
4545
</ul>
46+
<h2>Repository</h2>
47+
<ul class="$(kind=='Topics' and '' or 'nowrap'">
48+
<li><a href="https://github.com/profan/lua-bk-tree">GitHub Repository</a></li>
49+
</ul>
4650

4751
</div>
4852

4953
<div id="content">
5054

5155
<h1>Module <code>bk-tree</code></h1>
5256
<p>bk-tree datastructure</p>
53-
<p> http://en.wikipedia.org/wiki/BK-tree</p>
57+
<p><a href="http://en.wikipedia.org/wiki/BK-tree">http://en.wikipedia.org/wiki/BK-tree</a></p>
5458
<h3>Info:</h3>
5559
<ul>
5660
<li><strong>Release</strong>: version 1.0</li>

rockspecs/bk-tree-1.0.0-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = "bk-tree"
22
version = "1.0.0-1"
33
source = {
4-
url = "https://github.com/profan/lua-bk-tree/archive/lua-bk-tree-1.0.0.tar.gz",
4+
url = "https://github.com/profan/lua-bk-tree/archive/v1.0.0.tar.gz",
55
dir = "lua-bk-tree-1.0.0"
66
}
77

0 commit comments

Comments
 (0)