Skip to content

Commit 22a1dc9

Browse files
authored
1 parent 9fb7df8 commit 22a1dc9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/golang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Check [latest version](https://github.com/apache/age/releases)
3434
### For more information about [Apache AGE](https://age.apache.org/)
3535
* Apache Age : https://age.apache.org/
3636
* GitHub : https://github.com/apache/age
37-
* Document : https://age.apache.org/docs/
37+
* Document : https://age.apache.org/age-manual/
3838

3939
### Check that Apache AGE is loaded on your PostgreSQL database
4040
Connect to your containerized Postgres instance and then run the following commands:

drivers/golang/TYPES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Apache AGE - Go driver Type mapping
22

3-
* For more information about Apache AGE result types : https://age.apache.org/docs/Apache_AGE_Guide.pdf
3+
* For more information about Apache AGE result types : https://age.apache.org/age-manual/master/intro/types.html
44

55
| Type | AGE Result | Go Type |
66
|------|------------|---------|

drivers/jdbc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ You should have installed following jar files and packages.
99
- [gradle](https://gradle.org/install/) build tool
1010
- [postgres JDBC driver](https://jdbc.postgresql.org/download/)
1111
- [antlr4-4.9.2-complete](https://repo1.maven.org/maven2/org/antlr/antlr4/4.9.2/)
12-
- [common-lang3](http://www.java2s.com/Code/Jar/c/Downloadcommonlang3jar.htm)
13-
- [commons-text-1.6](http://www.java2s.com/ref/jar/download-commonstext16jar-file.html)
12+
- [common-lang3](https://mvnrepository.com/artifact/org.apache.commons/commons-lang3)
13+
- [commons-text-1.6](https://mvnrepository.com/artifact/org.apache.commons/commons-text)
1414

1515
Kindly unzip the jars if they are zipped before using them.
1616

0 commit comments

Comments
 (0)