From e0ce0b54dfdf5df24df8d59374f2e579fa724c4f Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Sun, 12 Jul 2015 12:56:16 -0400 Subject: Add section on contributing changes to gofpdf --- mkdoc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mkdoc') 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 -- cgit v1.2.1-24-ge1ad