diff options
author | opiopan <opiopan@gmail.com> | 2019-04-01 22:21:43 +0900 |
---|---|---|
committer | opiopan <opiopan@gmail.com> | 2019-04-01 22:21:43 +0900 |
commit | 166e3dfe2be1b4f357ba9bd05f216fcf288fa962 (patch) | |
tree | 65e98027198323de7c43d32f39eabda07e3e0a07 /README.md | |
parent | eda75275505e14439e2dcd1990d2b95217546db1 (diff) | |
download | gerbonara-166e3dfe2be1b4f357ba9bd05f216fcf288fa962.tar.gz gerbonara-166e3dfe2be1b4f357ba9bd05f216fcf288fa962.tar.bz2 gerbonara-166e3dfe2be1b4f357ba9bd05f216fcf288fa962.zip |
fix a document issue
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ ctx.dump('merged_drill.txt') ``` ## Panelizing Example -This example board image is generated by following scripts from [these source data](examples). +This example board image is generated by following scripts from [these source data](examples/imputs). - [panelizing script](examples/panelize.py) - [imaging script](examples/genimage.py) |