mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
FIx link in gensvg demo (#723)
Code link in the gensvg demo is broken, fix that
This commit is contained in:
parent
1473eafd1a
commit
f422edaf15
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ local top = [[
|
|||
]]
|
||||
|
||||
local bottom = [[
|
||||
<a href="https://github.com/jart/cosmopolitan/tree/master/tool/net/demo/gensvg/index.lua">Show The Code</a>
|
||||
<a href="https://github.com/jart/cosmopolitan/tree/master/tool/net/demo/gensvg.lua">Show The Code</a>
|
||||
</body>
|
||||
</html>
|
||||
]]
|
||||
|
@ -74,4 +74,4 @@ render()
|
|||
Write('<div>')
|
||||
Write('<a class="button" href="/gensvg/1">Walk Through</a>')
|
||||
Write('</div>')
|
||||
Write(bottom)
|
||||
Write(bottom)
|
||||
|
|
Loading…
Reference in a new issue