Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
doc: fix test README link in README (#609)
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
README.md
|
@@ -387,7 +387,7 @@ You can get old JDK versions from the [Oracle Java Archive](http://www.oracle.co |
|
|
Then, to test against old JDK, run `mvn test` in `pgjdbc-jre6` or `pgjdbc-jre7` modules. |
|
|
|
|
|
For information about the unit tests and how to run them, see |
|
|
[org/postgresql/test/README](pgjdbc/src/test/java/org/postgresql/test/README) |
|
|
[org/postgresql/test/README](pgjdbc/src/test/java/org/postgresql/test/README.md) |
|
|
|
|
|
### Ideas |
|
|
|
|
|