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/06/17 21:14:14 UTC

[age] branch master updated: Update README.md after TLP

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 a166df1  Update README.md after TLP
a166df1 is described below

commit a166df121c238c1b61697fe4d2fcfc43fb14186b
Author: Eya Badal <ba...@gmail.com>
AuthorDate: Fri Jun 17 14:14:11 2022 -0700

    Update README.md after TLP
---
 README.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 46b67de..7484e4d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# [Apache AGE (incubating)](https://age.apache.org/#)
+# [Apache AGE](https://age.apache.org/#)
 
-[![license badge](https://img.shields.io/github/license/apache/incubator-age)](https://github.com/apache/incubator-age/blob/master/LICENSE)
-[![release badge](https://img.shields.io/github/v/release/apache/incubator-age?sort=semver)](https://github.com/apache/incubator-age/releases)
-[![issue badge](https://img.shields.io/github/issues/apache/incubator-age)](https://github.com/apache/incubator-age/issues)
-[![forks badge](https://img.shields.io/github/forks/apache/incubator-age)](https://github.com/apache/incubator-age/network/members)
-[![stars badge](https://img.shields.io/github/stars/apache/incubator-age)](https://github.com/apache/incubator-age/stargazers)
+[![license badge](https://img.shields.io/github/license/apache/age)](https://github.com/apache/age/blob/master/LICENSE)
+[![release badge](https://img.shields.io/github/v/release/apache/age?sort=semver)](https://github.com/apache/age/releases)
+[![issue badge](https://img.shields.io/github/issues/apache/age)](https://github.com/apache/age/issues)
+[![forks badge](https://img.shields.io/github/forks/apache/age)](https://github.com/apache/age/network/members)
+[![stars badge](https://img.shields.io/github/stars/apache/age)](https://github.com/apache/age/stargazers)
 
 <img src="https://age.apache.org/docs/master/_static/logo.png" width="30%" height="30%">
 
@@ -27,7 +27,7 @@ Intelligent -- AGE allows you to perform graph queries that are the basis for ma
 
 ## Latest happenings
 
-- Latest Apache AGE release, [Apache AGE 1.0.0 (incubating)](https://github.com/apache/incubator-age/releases/tag/v1.0.0).
+- Latest Apache AGE release, [Apache AGE 1.0.0 (https://github.com/apache/age/releases/tag/v1.0.0-rc1).
 - The latest Apache AGE documentation is now available at [here](https://age.apache.org/docs/master/index.html).
 - The roadmap has been updated, please check out the [Apache AGE website](http://age.apache.org/).
 - Send all your comments and inquiries to the user mailing list, users@age.apache.org.
@@ -40,7 +40,7 @@ Intelligent -- AGE allows you to perform graph queries that are the basis for ma
 
 ## Graph visualization tool for AGE
 
-Apache AGE Viewer is a subproject of the Apache AGE incubating project:  https://github.com/apache/incubator-age-viewer
+Apache AGE Viewer is a subproject of the Apache AGE project:  https://github.com/apache/age-viewer
 
 - This is a visualization tool.
 After AGE Extension Installation
@@ -58,5 +58,5 @@ You can learn about how to install Apache AGE, its features and built-in functio
 
 ## Contribution
 
-You can improve ongoing efforts or initiate new ones by sending pull requests to [this repository](https://github.com/apache/incubator-age).
+You can improve ongoing efforts or initiate new ones by sending pull requests to [this repository](https://github.com/apache/age).
 Also, you can learn from the code review process, how to merge pull requests, and from code style compliance to documentation, by visiting the [Apache AGE official site - Developer Guidelines](https://age.apache.org/#codereview).