Skip to content

Commit

Permalink
Fix doc installation URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Nov 22, 2022
1 parent 4a43eec commit 433391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oracledb/constants.py
Expand Up @@ -157,6 +157,6 @@

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

0 comments on commit 433391b

Please sign in to comment.