Skip to content

Commit 433391b

Browse files
Fix doc installation URL.
1 parent 4a43eec commit 433391b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oracledb/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@
157157

158158
# basic configuration constants
159159
DRIVER_NAME = "python-oracledb"
160-
INSTALLATION_URL = "https://oracledb.readthedocs.io/en/" \
160+
INSTALLATION_URL = "https://python-oracledb.readthedocs.io/en/" \
161161
"latest/user_guide/installation.html"
162162
ENCODING = "UTF-8"

0 commit comments

Comments
 (0)