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

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

commit 888d0fa8d5471ade62f75430f3a790908396d2c1
Author: fatima <[email protected]>
AuthorDate: Thu Feb 16 00:16:22 2023 +0000

    Updated Readme for drivers folder (#642)
    
    * Updated Readme for drivers folder and added important links related to
    Apache-AGE project which were included in other readme files.
    
    * Updated NodeJS driver readme and added important links of Apache-AGE
    project as included in other readme files.
---
 drivers/README           | 5 +++++
 drivers/nodejs/README.md | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/drivers/README b/drivers/README
index 2026129f..19f34d8b 100644
--- a/drivers/README
+++ b/drivers/README
@@ -16,3 +16,8 @@
 # under the License.
 
 This folder contains drivers for specific languages
+
+### For more information about [Apache AGE](https://age.apache.org/)
+* Apache Age : https://age.apache.org/
+* Github : https://github.com/apache/age
+* Document : https://age.apache.org/age-manual/master/index.html
diff --git a/drivers/nodejs/README.md b/drivers/nodejs/README.md
index f2d4228c..c1563220 100644
--- a/drivers/nodejs/README.md
+++ b/drivers/nodejs/README.md
@@ -46,3 +46,7 @@ const results: QueryResultRow = await 
client?.query<QueryResultRow>(`
     $$) as (a agtype);
 `)!
 ```
+### For more information about [Apache AGE](https://age.apache.org/)
+* Apache Age : https://age.apache.org/
+* Github : https://github.com/apache/age
+* Document : https://age.apache.org/age-manual/master/index.html

Reply via email to