Skip to content

Commit 417ec25

Browse files
Update initialization error message doc URL.
1 parent 65b1339 commit 417ec25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/oracledb/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,5 @@
158158
# basic configuration constants
159159
DRIVER_NAME = "python-oracledb"
160160
INSTALLATION_URL = "https://python-oracledb.readthedocs.io/en/" \
161-
"/latest/user_guide/initialization.html" \
162-
"#setting-the-oracle-client-library-directory"
161+
"latest/user_guide/initialization.html"
163162
ENCODING = "UTF-8"

0 commit comments

Comments
 (0)