Skip to content

Commit c40ff60

Browse files
authored
Broken link fixed (#3603)
* Broken link fixed * Broken link fixed
1 parent 07f416e commit c40ff60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/java/migration/includes/create-a-docker-image-for-wildfly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To configure WildFly to access a data source, you'll need to add the JDBC driver
3232

3333
The following steps provide instructions for PostgreSQL, MySQL and SQL Server.
3434

35-
1. Download the JDBC driver for [PostgreSQL](https://jdbc.postgresql.org/download.html), [MySQL](https://dev.mysql.com/downloads/connector/j/), or [SQL Server](/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server).
35+
1. Download the JDBC driver for [PostgreSQL](https://jdbc.postgresql.org/download/), [MySQL](https://dev.mysql.com/downloads/connector/j/), or [SQL Server](/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server).
3636

3737
Unpack the downloaded archive to get the driver .jar file.
3838

articles/java/sdk/libraries-drivers-modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Microsoft’s goal is to empower every developer to achieve more, and our commit
3838

3939
[SQL Database JDBC driver]: /java/api/overview/azure/sql
4040
[MySQL JDBC driver]: https://dev.mysql.com/downloads/connector/j/
41-
[PostgreSQL JDBC driver]: https://jdbc.postgresql.org/download.html
41+
[PostgreSQL JDBC driver]: https://jdbc.postgresql.org/download/
4242
[MariaDB driver]: https://downloads.mariadb.org/connector-java/
4343
[Maven Repository: com.azure » azure-cosmos]: https://mvnrepository.com/artifact/com.azure/azure-cosmos
4444
[MongoDB Java Drivers]: https://mongodb.github.io/mongo-java-driver/
@@ -119,4 +119,4 @@ Microsoft’s goal is to empower every developer to achieve more, and our commit
119119

120120
## Next steps
121121

122-
For all other libraries, see [Azure SDK for Java libraries](./azure-sdk-library-package-index.md).
122+
For all other libraries, see [Azure SDK for Java libraries](./azure-sdk-library-package-index.md).

0 commit comments

Comments
 (0)