[postgis-tickets] [SCM] postgis.net branch hugo updated. 0ccecc58d387e6b1f201e76362a7e195a6a49273

git at osgeo.org git at osgeo.org
Fri Mar 4 14:03:28 PST 2022


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 "postgis.net".

The branch, hugo has been updated
       via  0ccecc58d387e6b1f201e76362a7e195a6a49273 (commit)
      from  612ad92fe5cbf3ffc0e5224214d425324f4e87ad (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 0ccecc58d387e6b1f201e76362a7e195a6a49273
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Mar 4 17:03:24 2022 -0500

    Fix geos and proj links

diff --git a/content/pages/development.md b/content/pages/development.md
index 8729bde..dd43b8b 100644
--- a/content/pages/development.md
+++ b/content/pages/development.md
@@ -18,8 +18,8 @@ PostGIS adds extra types (geometry, geography, raster and others) to the [Postgr
 
 Since PostGIS is in C, it can make use of other libraries in C and C++, and it does so liberally. PostGIS depends on:
 
-* [GEOS](http://trac.osgeo.org/geos) for many geometry processing algorithms
-* [Proj](https://trac.osgeo.org/proj/) for coordinate re-projection functions
+* [GEOS](https://libgeos.org/) for many geometry processing algorithms
+* [Proj](https://proj.org/) for coordinate re-projection functions
 * [GDAL](http://gdal.org) for raster processing and format support
 * [LibXML2](http://www.xmlsoft.org/) for XML parsing
 * [JSON-C](https://github.com/json-c/json-c) for JSON parsing
diff --git a/content/pages/source.md b/content/pages/source.md
index a5c1735..358d6e5 100644
--- a/content/pages/source.md
+++ b/content/pages/source.md
@@ -44,7 +44,7 @@ For platform specific compilation instructions refer to [Compile and Install for
 
 To build from source, you will need a complete installation of PostgreSQL, either built and installed from source itself, or including the development headers and utilities. For Linux users, that means installing the `postgresql-devel` or `postgresql-dev` packages as well as the base packages.
 
-You will also need to install and/or build [GEOS](http://trac.osgeo.org/geos), [Proj](https://proj.org), [GDAL](http://gdal.org), [LibXML2](http://www.xmlsoft.org/) and [JSON-C](https://github.com/json-c/json-c).
+You will also need to install and/or build [GEOS](https://libgeos.org/), [Proj](https://proj.org), [GDAL](http://gdal.org), [LibXML2](http://www.xmlsoft.org/) and [JSON-C](https://github.com/json-c/json-c).
 
 ```sh
 tar xvzf postgis-{{< loc "postgis.version" >}}.tar.gz

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

Summary of changes:
 content/pages/development.md | 4 ++--
 content/pages/source.md      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list