File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 11package = " bk-tree"
22version = " 1.0.0-1"
33source = {
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
You can’t perform that action at this time.
0 commit comments