diff options
Diffstat (limited to 'mkdoc')
| -rwxr-xr-x | mkdoc | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -18,5 +18,6 @@ cat README.md | tr '\n' '\v' | sed \    -e 's/test.coverage.(\(https:\/\/blog\.golang\.org\/cover\))/[test coverage](\1)/g' \    -e 's/Pull.requests.(\(https:\/\/help\.github\.com\/articles\/using\-pull\-requests\/\))/[Pull requests](\1)/g' \    -e 's/Your change should\v/Your change should\v\v/g' \ +  -e 's/issue 109/[issue 109](https:\/\/github.com\/jung-kurt\/gofpdf\/issues\/109)/g' \    | tr '\v' '\n' > _0   mv _0 README.md | 
