You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by ey...@apache.org on 2022/10/20 19:40:10 UTC

[age] branch master updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

eya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/master by this push:
     new 0375ecb  Update README.md
0375ecb is described below

commit 0375ecbceccbca269ed482a2d1a24749a0284a91
Author: Eya Badal <ba...@gmail.com>
AuthorDate: Thu Oct 20 12:40:06 2022 -0700

    Update README.md
    
    Removed "incubator"
---
 drivers/golang/README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/golang/README.md b/drivers/golang/README.md
index bad9d06..1d58fa6 100644
--- a/drivers/golang/README.md
+++ b/drivers/golang/README.md
@@ -1,4 +1,4 @@
-# incubator-age AGType parser and driver support for Golang 
+# age AGType parser and driver support for Golang 
 
 AGType parser and driver support for [Apache AGE](https://age.apache.org/), graph extention for PostgreSQL.
 
@@ -13,20 +13,20 @@ AGType parser and driver support for [Apache AGE](https://age.apache.org/), grap
 
 ### Go get  
 ``` 
-go get github.com/apache/incubator-age/drivers/golang
+go get github.com/apache/age/drivers/golang
 ```
 ### gomod
 ``` 
-require  github.com/apache/incubator-age/drivers/golang {version}
+require  github.com/apache/age/drivers/golang {version}
 ```
 
 
-Check [latest version](https://github.com/apache/incubator-age/releases)
+Check [latest version](https://github.com/apache/age/releases)
 
 ### For more information about [Apache AGE](https://age.apache.org/)
-* Apache Incubator Age : https://age.apache.org/
-* Github : https://github.com/apache/incubator-age
-* Document : https://age.incubator.apache.org/docs/
+* Apache Age : https://age.apache.org/
+* Github : https://github.com/apache/age
+* Document : https://age.apache.org/docs/
 
 ### Check AGE loaded on your PostgreSQL
 Connect to your containerized Postgres instance and then run the following commands:
@@ -38,9 +38,9 @@ SET search_path = ag_catalog, "$user", public;
 ```
 
 ### Test
-Check out and rewrite DSN in incubator-age/drivers/golang/age/age_test.go
+Check out and rewrite DSN in age/drivers/golang/age/age_test.go
 ```
-cd incubator-age/drivers/golang/age
+cd age/drivers/golang/age
 go test . -v
 
 ```
@@ -56,4 +56,4 @@ go test . -v
 
 
 ### License
-Apache-2.0 License
\ No newline at end of file
+Apache-2.0 License