Skip to content

Commit fedd95f

Browse files
Fix links.
1 parent ba03561 commit fedd95f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/spatial_to_geopandas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# using the Shapely library for geometry object support.
3131
#
3232
# See http://geopandas.org, https://pandas.pydata.org,
33-
# and https://github.com/Toblerity/Shapely.
33+
# and https://github.com/shapely/shapely.
3434
#
3535
# This example shows how to bring geometries from Oracle Spatial (SDO_GEOMETRY
3636
# data type) into GeoPandas and perform a simple spatial operation. While the
@@ -40,7 +40,7 @@
4040
# additional sources such as files and web services.
4141
#
4242
# This script requires GeoPandas and its dependencies (see
43-
# http://geopandas.org/install.html).
43+
# https://geopandas.org/en/stable/getting_started/install.html).
4444
#------------------------------------------------------------------------------
4545

4646
from shapely.wkb import loads

samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2><a name="overview">Overview</a></h2>
149149
<p>When you have finished this tutorial, we recommend reviewing the <a href="http://python-oracledb.readthedocs.org/en/latest/index.html" >python-oracledb documentation</a>.</p>
150150

151151
<p>The original copy of these instructions that you are reading is <a
152-
href="https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html"
152+
href="https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html"
153153
>here</a>.</p>
154154

155155
<h3><a name="architecture">Python-oracledb Architecture</a></h3>

0 commit comments

Comments
 (0)