diff options
author | Kurt Jung <kurt.w.jung@gmail.com> | 2015-07-09 22:10:25 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@gmail.com> | 2015-07-09 22:10:25 -0400 |
commit | a61d4466bfe1dfba9a002c842d6b8c8322b6b9de (patch) | |
tree | bf5c5e05e9f18ecbd6ec9d3d453f9c9ea80d136f | |
parent | d3e92b02d7afaf1fea0595725785fd0fe4d0e338 (diff) |
Have to remember to run mkdoc after making changes to documentation
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -126,13 +126,13 @@ package example, demonstrate this method. Good sources of free, open-source fonts include http://www.google.com/fonts/ and http://dejavu-fonts.org/. ##Related Packages -The draw2d package (http://godoc.org/github.com/llgcode/draw2d) is a two -dimensional vector graphics library that can generate output in different -forms. It uses gofpdf for its document production. +The draw2d package (https://github.com/llgcode/draw2d) is a two dimensional +vector graphics library that can generate output in different forms. It uses +gofpdf for its document production mode. ##License gofpdf is released under the MIT License. It is copyrighted by Kurt Jung and -the contributors acknowledged above. +the contributors acknowledged below. ##Acknowledgments This package's code and documentation are closely derived from the FPDF library |