Skip to content

Commit 961c563

Browse files
committed
Documentation
1 parent 305b6cc commit 961c563

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Postgres-async-driver is a non-blocking Java driver for PostgreSQL. The driver s
44

55
## Download
66

7-
Pg-async-driver is available on [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.github.alaisi.pgasync%22).
7+
Postgres-async-driver is available on [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.github.alaisi.pgasync%22).
88

99
```xml
1010
<dependency>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<name>pg-async-driver</name>
1515
<description>Asynchronous PostgreSQL Java driver</description>
1616

17-
<url>https://github.com/alaisi/pg-async-driver</url>
17+
<url>https://github.com/alaisi/postgres-async-driver</url>
1818
<inceptionYear>2014</inceptionYear>
1919
<developers>
2020
<developer>
@@ -30,13 +30,13 @@
3030
</licenses>
3131

3232
<scm>
33-
<connection>scm:git:git@github.com:alaisi/pg-async-driver.git</connection>
34-
<developerConnection>scm:git:git@github.com:alaisi/pg-async-driver.git</developerConnection>
35-
<url>git@github.com:alaisi/pg-async-driver.git</url>
33+
<connection>scm:git:git@github.com:alaisi/postgres-async-driver.git</connection>
34+
<developerConnection>scm:git:git@github.com:alaisi/postgres-async-driver.git</developerConnection>
35+
<url>git@github.com:alaisi/postgres-async-driver.git</url>
3636
</scm>
3737
<issueManagement>
3838
<system>github</system>
39-
<url>https://github.com/alaisi/pg-async-driver/issues</url>
39+
<url>https://github.com/alaisi/postgres-async-driver/issues</url>
4040
</issueManagement>
4141

4242
<build>

0 commit comments

Comments
 (0)