[postgis-tickets] [SCM] postgis.net branch hugo updated. d09998ec4c91b20f5c45335809431c4ecc8752bd

git at osgeo.org git at osgeo.org
Wed Mar 9 13:58:14 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  d09998ec4c91b20f5c45335809431c4ecc8752bd (commit)
      from  1fd96379043d6ad26bf01769a5c3b0a7e7dffb03 (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 d09998ec4c91b20f5c45335809431c4ecc8752bd
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Mar 9 16:58:10 2022 -0500

    Fix link to postgresql

diff --git a/content/_index.md b/content/_index.md
index 1f2cd9f..0e550e4 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -10,7 +10,7 @@ toc: false
 
 <span itemscope itemtype="http://www.schema.org/SoftwareApplication">
 <span itemprop="about">
-<span itemprop="name">PostGIS</span> is a  <span itemprop="applicationSubCategory">spatial</span> <span itemprop="applicationCategory">database</span> extender for [<span itemprop="requirements">PostgreSQL</span>][1] object-relational database.  It adds support for geographic objects allowing location queries to be run in SQL. </span>
+<span itemprop="name">PostGIS</span> is a  <span itemprop="applicationSubCategory">spatial</span> <span itemprop="applicationCategory">database</span> extender for <a href="https://postgresql.org" target="_blank">PostgreSQL</a> object-relational database.  It adds support for geographic objects allowing location queries to be run in SQL. </span>
 
 [Docs for latest stable release](/docs/)
 
@@ -51,4 +51,3 @@ FROM city INNER JOIN superhero
 	ON ST_Contains(city.geom, superhero.geom);
 ```
 
-[1]: https://postgresql.org

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

Summary of changes:
 content/_index.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list