Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in README #2489

Merged
merged 3 commits into from
Aug 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: package
name: nightly

on:
schedule:
Expand Down
5 changes: 2 additions & 3 deletions README-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/vesoft-inc/nebula/raw/master/docs/logo.png"/>
<img src="https://raw.githubusercontent.com/vesoft-inc/nebula/v1-head/docs/logo.png"/>
<br>中文 | <a href="README.md">English</a>
<br>世界上唯一能够容纳千亿个顶点和万亿条边,并提供毫秒级查询延时的图数据库解决方案<br>
</p>
Expand Down Expand Up @@ -73,7 +73,7 @@ Nebula Graph 2.0.0 GA 版本已发布,目前已经有若干项重要更新,

**Nebula Graph** 是一个完全开源的项目,欢迎开源爱好者通过以下方式参与到 **Nebula Graph** 社区:

* 直接在GitHub上提 [Issue](https://github.com/vesoft-inc/nebula-graph/issues)
* 直接在GitHub上提 [Issue](https://github.com/vesoft-inc/nebula/issues)
* 贡献代码,详情请参见 [如何贡献](https://docs.nebula-graph.com.cn/master/15.contribution/how-to-contribute/)

## 许可证
Expand All @@ -90,4 +90,3 @@ Nebula Graph 2.0.0 GA 版本已发布,目前已经有若干项重要更新,
* [知乎](https://www.zhihu.com/org/nebulagraph/activities)
* [SegmentFault](https://segmentfault.com/t/nebula)
* email: info@vesoft.com

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<p align="center">
<img src="https://github.com/vesoft-inc/nebula/raw/master/docs/logo.png"/>
<img src="https://raw.githubusercontent.com/vesoft-inc/nebula/v1-head/docs/logo.png"/>
<br> English | <a href="README-CN.md">中文</a>
<br>A distributed, scalable, lightning-fast graph database<br>
</p>
<p align="center">
<a href="https://github.com/vesoft-inc/nebula-graph/actions?workflow=docker">
<img src="https://github.com/vesoft-inc/nebula-graph/workflows/docker/badge.svg" alt="build docker image workflow"/>
<a href="https://github.com/vesoft-inc/nebula/actions?workflow=docker">
<img src="https://github.com/vesoft-inc/nebula/workflows/docker/badge.svg" alt="build docker image workflow"/>
</a>
<a href="http://githubbadges.com/star.svg?user=vesoft-inc&repo=nebula&style=default">
<img src="http://githubbadges.com/star.svg?user=vesoft-inc&repo=nebula&style=default" alt="nebula star"/>
Expand Down Expand Up @@ -66,7 +66,7 @@ In case you encounter any problems playing around **Nebula Graph**, please reach

Contributions are warmly welcomed and greatly appreciated. And here are a few ways you can contribute:

* Start by some [issues](https://github.com/vesoft-inc/nebula-graph/issues)
* Start by some [issues](https://github.com/vesoft-inc/nebula/issues)
* Submit Pull Requests to us. See [how-to-contribute](https://docs.nebula-graph.io/master/15.contribution/how-to-contribute/).

## Licensing
Expand Down