Skip to content

Commit 4eb4e81

Browse files
Merge pull request #60 from ianf-mongodb/DOCSP-33925
DOCSP-33925 Fix Relational Connection String 404s
2 parents 7ee2fd9 + df299de commit 4eb4e81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/connection-strings/relational-database-connection-strings.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ details:
6363

6464
To learn more about MySQL connection strings, see:
6565

66-
- `MySQL Connection URL Syntax <https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-jdbc-url-format.html>`__
67-
- `Connection Configuration Properties <https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-configuration-properties.html>`__
66+
- `MySQL Connection URL Syntax <https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html>`__
67+
- `Connection Configuration Properties <https://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html>`__
6868

6969
Oracle
7070
------
@@ -100,7 +100,7 @@ details:
100100

101101
To learn more about Oracle connection strings, see:
102102

103-
- `Oracle JDBC Developer's Guide and Reference <https://docs.oracle.com/cd/B28359_01/java.111/b31224/jdbcthin.htm>`__
103+
- `Oracle JDBC Developer's Guide and Reference <https://docs.oracle.com/en/database/oracle/oracle-database/23/jjdbc/JDBC-Thin-features.html>`__
104104
- `Connection String Attributes <https://docs.oracle.com/cd/E85694_01/ODPNT/ConnectionConnectionString.htm#GUID-DF4ED9A3-1AAF-445D-AEEF-016E6CD5A0C0__BABBAGJJ>`__
105105

106106
PostgreSQL

0 commit comments

Comments
 (0)