diff --git a/README.md b/README.md index e005697..a4aa95a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Simple bucketed memory allocator (see Graphics Gems III for reference) was added The API was changed to loosely resemble the OpenGL vertex array API. The processed data can be accessed via getter functions. The code is able to output contours, polygons and connected polygons. The output of the tesselator can be also used as input for new run. I.e. the user may first want to calculate an union all the input contours and the triangulate them. The code is released under SGI FREE SOFTWARE LICENSE B Version 2.0. -http://oss.sgi.com/projects/FreeB/ +https://directory.fsf.org/wiki/License:SGIFreeBv2 Mikko Mononen