You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by da...@apache.org on 2016/12/09 02:00:27 UTC

[2/3] incubator-s2graph git commit: Fix travis icon

Fix travis icon


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/abb6e1bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/abb6e1bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/abb6e1bf

Branch: refs/heads/master
Commit: abb6e1bf7dbf6a83b176c093794146ebbf53b828
Parents: 7ea3b55
Author: Injun Song <ij...@gmail.com>
Authored: Wed Dec 7 14:37:34 2016 +0900
Committer: Injun Song <ij...@gmail.com>
Committed: Fri Dec 9 10:50:17 2016 +0900

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/abb6e1bf/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7cb5bd4..9b3e7de 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
  */
 --->
 
-S2Graph [![Build Status](https://travis-ci.org/ijsong/incubator-s2graph.svg?branch=S2GRAPH-108)](https://travis-ci.org/ijsong/incubator-s2graph)
+S2Graph [![Build Status](https://travis-ci.org/apache/incubator-s2graph.svg?branch=master)](https://travis-ci.org/apache/incubator-s2graph)
 =======
 
 [**S2Graph**](http://s2graph.apache.org/) is a **graph database** designed to handle transactional graph processing at scale. Its REST API allows you to store, manage and query relational information using **edge** and **vertex** representations in a **fully asynchronous** and **non-blocking** manner. This document covers some basic concepts and terms of S2Graph as well as help you get a feel for the S2Graph API.