Skip to content

Commit

Permalink
Merge pull request #2 from garyburd/patch-1
Browse files Browse the repository at this point in the history
Update documentation link in README.md
  • Loading branch information
akavel committed Nov 11, 2013
2 parents 9b07bdd + a237b96 commit 2562f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ To compile and run the program above, execute the usual sequence of commands:
For full package documentation, run locally `godoc github.com/akavel/polyclip-go`, or visit [online documentation for polyclip-go][gopkgdoc].

[gopkgdoc]: http://gopkgdoc.appspot.com/pkg/github.com/akavel/polyclip-go
[gopkgdoc]: http://godoc.org/github.com/akavel/polyclip-go

See also
--------
* [Online godoc for polyclip-go][gopkgdoc] (courtesy of [http://gopkgdoc.appspot.com](http://gopkgdoc.appspot.com)).
* Microsite about [the original algorithm][fmartin], from its authors (with PDF, and public-domain code in C++).
* The [as3polyclip] library -- a MIT-licensed ActionScript3 library implementing this same algorithm (it actually served as a base for polyclip-go). The page also contains some thoughts with regards to speed of the algorithm.

[as3polyclip]: http://code.google.com/p/as3polyclip/
[as3polyclip]: http://code.google.com/p/as3polyclip/

0 comments on commit 2562f79

Please sign in to comment.