Skip to content

Commit 41a2c72

Browse files
Merge pull request #211257 from paweenatongbai/broken-links-jafreebe-sept12
Fix broken links - jafreebe
2 parents f83a6e3 + c90d62f commit 41a2c72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/configure-language-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ By default, any public or private certificates [uploaded to App Service Linux](c
440440
441441
More configuration may be necessary for encrypting your JDBC connection with certificates in the Java Key Store. Refer to the documentation for your chosen JDBC driver.
442442
443-
- [PostgreSQL](https://jdbc.postgresql.org/documentation/head/ssl-client.html)
443+
- [PostgreSQL](https://jdbc.postgresql.org/documentation/ssl/)
444444
- [SQL Server](/sql/connect/jdbc/connecting-with-ssl-encryption)
445445
- [MySQL](https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-using-ssl.html)
446446
- [MongoDB](https://mongodb.github.io/mongo-java-driver/3.4/driver/tutorials/ssl/)
@@ -610,7 +610,7 @@ These instructions apply to all database connections. You will need to fill plac
610610

611611
| Database | Driver Class Name | JDBC Driver |
612612
|------------|-----------------------------------------------|------------------------------------------------------------------------------------------|
613-
| PostgreSQL | `org.postgresql.Driver` | [Download](https://jdbc.postgresql.org/download.html) |
613+
| PostgreSQL | `org.postgresql.Driver` | [Download](https://jdbc.postgresql.org/download/) |
614614
| MySQL | `com.mysql.jdbc.Driver` | [Download](https://dev.mysql.com/downloads/connector/j/) (Select "Platform Independent") |
615615
| SQL Server | `com.microsoft.sqlserver.jdbc.SQLServerDriver` | [Download](/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server#download) |
616616

@@ -920,7 +920,7 @@ These instructions apply to all database connections. You will need to fill plac
920920
921921
| Database | Driver Class Name | JDBC Driver |
922922
|------------|-----------------------------------------------|------------------------------------------------------------------------------------------|
923-
| PostgreSQL | `org.postgresql.Driver` | [Download](https://jdbc.postgresql.org/download.html) |
923+
| PostgreSQL | `org.postgresql.Driver` | [Download](https://jdbc.postgresql.org/download/) |
924924
| MySQL | `com.mysql.jdbc.Driver` | [Download](https://dev.mysql.com/downloads/connector/j/) (Select "Platform Independent") |
925925
| SQL Server | `com.microsoft.sqlserver.jdbc.SQLServerDriver` | [Download](/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server#download) |
926926

0 commit comments

Comments
 (0)