Skip to content

Commit

Permalink
docs(geometry): update link (#13067 #12937)
Browse files Browse the repository at this point in the history
Co-authored-by: john gravois <jagravois@gmail.com>
  • Loading branch information
shivamklr and jgravois committed Mar 4, 2021
1 parent 4063c2a commit 2990118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ class ARRAY extends ABSTRACT {
* In PostGIS, the GeoJSON is parsed using the PostGIS function `ST_GeomFromGeoJSON`.
* In MySQL it is parsed using the function `GeomFromText`.
*
* Therefore, one can just follow the [GeoJSON spec](http://geojson.org/geojson-spec.html) for handling geometry objects. See the following examples:
* Therefore, one can just follow the [GeoJSON spec](https://tools.ietf.org/html/rfc7946) for handling geometry objects. See the following examples:
*
* @example <caption>Defining a Geometry type attribute</caption>
* DataTypes.GEOMETRY
Expand Down

0 comments on commit 2990118

Please sign in to comment.