FIx link in gensvg demo (#723)

Code link in the gensvg demo is broken, fix that
This commit is contained in:
James Hulce 2023-01-28 11:12:13 -06:00 committed by GitHub
parent 1473eafd1a
commit f422edaf15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)