Skip to content

Commit ce2b8fc

Browse files
authored
update readme (#106)
* update readme * update workflow
1 parent 4f8fb21 commit ce2b8fc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ dev ]
99
pull_request:
1010
branches:
11-
- master
11+
- dev
1212
- 'release-**'
1313

1414
jobs:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# nebula-ng-flink-connector
1+
# nebula-flink-connector
22
Flink Connector for Nebula Graph 5
33

44

55
![](https://img.shields.io/badge/language-java-orange.svg)
6-
[![GitHub stars](https://img.shields.io/github/stars/vesoft-inc/nebula-ng-flink-connector.svg?color=brightgreen)](https://GitHub.com/vesoft-inc/nebula-ng-flink-connector/stargazers/)
7-
[![GitHub fork](https://img.shields.io/github/forks/vesoft-inc/nebula-ng-flink-connector.svg?color=brightgreen)](https://GitHub.com/vesoft-inc/nebula-ng-flink-connector/forks/)
6+
[![GitHub stars](https://img.shields.io/github/stars/vesoft-inc/nebula-flink-connector.svg?color=brightgreen)](https://GitHub.com/vesoft-inc/nebula-flink-connector/stargazers/)
7+
[![GitHub fork](https://img.shields.io/github/forks/vesoft-inc/nebula-flink-connector.svg?color=brightgreen)](https://GitHub.com/vesoft-inc/nebula-flink-connector/forks/)
88

9-
Nebula-Ng-Flink-Connector 5 is a connector that helps Flink users to easily access Nebula Graph 5.
9+
Nebula-Flink-Connector 5 is a connector that helps Flink users to easily access Nebula Graph 5.
1010
## Quick start
1111

1212
### Prerequisites
@@ -141,7 +141,7 @@ DataSource<Row> rowDataSource = env.createInput(inputRowFormat);
141141
System.out.println("rowDataSource count: " + rowDataSource.count());
142142
```
143143

144-
for more examples, see https://github.com/vesoft-inc/nebula-ng-flink-connector/tree/master/example/src/main/java/org/apache/flink
144+
for more examples, see https://github.com/vesoft-inc/nebula-flink-connector/tree/master/example/src/main/java/org/apache/flink
145145

146146
## Version match
147147

0 commit comments

Comments
 (0)