diff options
author | jaseg <git@jaseg.net> | 2019-09-28 22:56:55 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-09-28 22:56:55 +0200 |
commit | 3acdfe5c194082192f43903c6296981c3c27c1b0 (patch) | |
tree | b441a4fbeb9eb5e7141eec59abd1cf5be5304afc /webapp/static/index.html | |
parent | 031b6f736187efdc64c525a40c687698701e73e1 (diff) | |
download | pogojig-3acdfe5c194082192f43903c6296981c3c27c1b0.tar.gz pogojig-3acdfe5c194082192f43903c6296981c3c27c1b0.tar.bz2 pogojig-3acdfe5c194082192f43903c6296981c3c27c1b0.zip |
Fix empty template download
Diffstat (limited to 'webapp/static/index.html')
-rw-r--r-- | webapp/static/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webapp/static/index.html b/webapp/static/index.html index 586f64d..e26649f 100644 --- a/webapp/static/index.html +++ b/webapp/static/index.html @@ -17,8 +17,8 @@ PCB project for a pogo pin breakout and mounting PCB. You can start with either Gerber files exported from any PCB toolchain, or you can do a free-form layout using - the <a href="static/static_template.svg">static Inkscape SVG template</a> if you - wan to work from construction drawings, scanned or photographed PCBs etc. + the <a href="static_template.svg">static Inkscape SVG template</a> if you + want to work from construction drawings, scanned or photographed PCBs etc. </p> </div> @@ -26,11 +26,11 @@ <div class="desc right"> <strong>1.</strong> Convert your Gerbers to an SVG template and draw pogo pins, mounting holes and cutouts into the template. Don't have gerbers? Start with an - <a href="static/pogojig_template_empty.svg">empty template</a>. + <a href="pogojig_template_empty.svg">empty template</a>. </div> <div class="bubble left"> <div>click to open</div> - <a class="btn red" href="pogospace">Pogospace</a> + <a class="btn red" href="static/pogospace/index.html">Pogospace</a> </div> </div> @@ -49,7 +49,7 @@ </div> <div class="bubble right"> <div>click to open</div> - <a class="btn red">Jigerator</a> + <a class="btn red" href="jigerator">Jigerator</a> </div> </div> |