[geos-commits] [SCM] GEOS branch main updated. 55b6cc0a6dc95194bb6eb9a1370e84a126f4ab56

git at osgeo.org git at osgeo.org
Thu Nov 11 19:32:40 PST 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  55b6cc0a6dc95194bb6eb9a1370e84a126f4ab56 (commit)
      from  39d43a1edcc078e73866e50e3303f93644a2c77b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 55b6cc0a6dc95194bb6eb9a1370e84a126f4ab56
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Nov 11 19:32:20 2021 -0800

    fix link to JTS to link to repo page

diff --git a/web/content/development/_index.md b/web/content/development/_index.md
index 2c3db2cee..b9cfbdda9 100644
--- a/web/content/development/_index.md
+++ b/web/content/development/_index.md
@@ -17,7 +17,7 @@ draft: false
 
 Defects should be reported using [GitHub Issues](https://github.com/libgeos/geos/issues).
 
-When submitting bugs caused by particular geometries, you must submit the geometries that cause the failure, preferably in hex-encoded [WKB]({{< ref "../specifications/wkb" >}}), so that we can re-produce the failure cases.
+When submitting bugs caused by particular geometries, you must **submit the geometries that cause the failure**, preferably in hex-encoded [WKB]({{< ref "../specifications/wkb" >}}), so that we can re-produce the failure cases.
 
 
 ## Contributing
@@ -29,7 +29,7 @@ If you have any doubts as to whether your work, or planned work, is not a "small
 
 ## Relationship to JTS
 
-GEOS started as a direct port to C++ of the [JTS Topology Suite](http://tsusiatsoftware.net/jts/main.html) (JTS), and remains tightly bound to that project. Most core algorithms have been prototyped in JTS and ported to GEOS when complete.
+GEOS started as a direct port to C++ of the [JTS Topology Suite](https://github.com/locationtech/jts/) (JTS), and remains tightly bound to that project. Most core algorithms have been prototyped in JTS and ported to GEOS when complete.
 
 The projects attempt to share testing data, and to ascertain when failures are caused by differences in implementation (GEOS fails and JTS does not) and when they are caused by algorithm (both libraries fail).
 

-----------------------------------------------------------------------

Summary of changes:
 web/content/development/_index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list