Skip to content

Commit 6235b8a

Browse files
authored
Change broken postgis.org links to postgis.net (#999)
1 parent e2496e2 commit 6235b8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/reference/algorithms/covered_by.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[heading_conformance_no_ogc __this_function__]
1616
[note Both PostGIS and Oracle contain an algorithm with the same name and the
1717
same functionality.
18-
See the [@http://www.postgis.org/docs/ST_CoveredBy.html PostGIS documentation].
18+
See the [@https://postgis.net/docs/ST_CoveredBy.html PostGIS documentation].
1919
]
2020

2121
[include reference/status/covered_by_status.qbk]

doc/reference/algorithms/densify.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[heading_conformance_no_ogc __this_function__]
1515
[note PostGIS contains an algorithm ST_Segmentize with the same functionality.
16-
See the [@http://www.postgis.org/docs/ST_Segmentize.html PostGIS documentation].
16+
See the [@https://postgis.net/docs/ST_Segmentize.html PostGIS documentation].
1717
]
1818

1919
[heading Behavior]

doc/reference/algorithms/perimeter.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[heading_conformance_no_ogc __this_function__]
1616
[note PostGIS contains an algorithm with the same name and the
1717
same functionality.
18-
See the [@http://www.postgis.org/docs/ST_Perimeter.html PostGIS documentation].
18+
See the [@https://postgis.net/docs/ST_Perimeter.html PostGIS documentation].
1919
]
2020

2121
[heading Behavior]

doc/reference/algorithms/simplify.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[heading_conformance_no_ogc __this_function__]
1616
[note PostGIS contains an algorithm with the same name and the
1717
same functionality.
18-
See the [@http://www.postgis.org/docs/ST_Simplify.html PostGIS documentation].
18+
See the [@https://postgis.net/docs/ST_Simplify.html PostGIS documentation].
1919
]
2020
[note SQL Server contains an algorithm Reduce() with the same functionality.
2121
See the [@http://msdn.microsoft.com/en-us/library/bb933814.aspx MSDN documentation].

0 commit comments

Comments
 (0)