summaryrefslogtreecommitdiff
path: root/mkdoc
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-07-12 12:56:16 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-07-12 12:56:16 -0400
commite0ce0b54dfdf5df24df8d59374f2e579fa724c4f (patch)
tree0f02808719ea338cea57df0053f29cb4e9d624a7 /mkdoc
parent0fc3e570463d3cbe35071b0dc71e3f63c074f7d1 (diff)
Add section on contributing changes to gofpdf
Diffstat (limited to 'mkdoc')
-rwxr-xr-xmkdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkdoc b/mkdoc
index 8dd3850..301c39f 100755
--- a/mkdoc
+++ b/mkdoc
@@ -11,5 +11,10 @@ cat README.md | tr '\n' '\v' | sed \
-e 's/original.FPDF.library/original [FPDF](http:\/\/www.fpdf.org\/) library/g' \
-e 's/\(Effective.Go\)/[\1](https:\/\/golang.org\/doc\/effective_go.html)/g' \
-e 's/\(fpdf_test.go\)/[\1](https:\/\/github.com\/jung-kurt\/gofpdf\/blob\/master\/fpdf_test.go)/g' \
+ -e 's/golint.(\(https:\/\/github\.com\/golang\/lint\))/[golint](\1)/g' \
+ -e 's/go.vet.(\(https:\/\/godoc\.org\/golang\.org\/x\/tools\/cmd\/vet\))/[go vet](\1)/g' \
+ -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' \
| tr '\v' '\n' > 0
mv 0 README.md