From 52be1c1213434ba6bd60fcf0b9c621f6537c37db Mon Sep 17 00:00:00 2001 From: TuoLe <1101657491@qq.com> Date: Sat, 7 Jan 2023 14:27:14 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bff59714..9341b4d2 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ For example: ## Usage example -[Simple Code Example](https://github.com/vesoft-inc/nebula-go/tree/master/basic_example/graph_client_basic_example.go) +[Simple Code Example](https://github.com/vesoft-inc/nebula-go/blob/release-3.1/basic_example/graph_client_basic_example.go) -[Code Example with Gorountines](https://github.com/vesoft-inc/nebula-go/tree/master/gorountines_example/graph_client_goroutines_example.go) +[Code Example with Gorountines](https://github.com/vesoft-inc/nebula-go/blob/release-3.1/gorountines_example/graph_client_goroutines_example.go) ## Licensing From 7cd736f6c14ba6493b229515b82441aa2eb19076 Mon Sep 17 00:00:00 2001 From: TuoLe <1101657491@qq.com> Date: Tue, 10 Jan 2023 18:03:26 +0800 Subject: [PATCH 2/2] UPDATE README Update the link to direct to master branch. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9341b4d2..baa19575 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ For example: ## Usage example -[Simple Code Example](https://github.com/vesoft-inc/nebula-go/blob/release-3.1/basic_example/graph_client_basic_example.go) +[Simple Code Example](https://github.com/vesoft-inc/nebula-go/blob/master/examples/basic_example/graph_client_basic_example.go) -[Code Example with Gorountines](https://github.com/vesoft-inc/nebula-go/blob/release-3.1/gorountines_example/graph_client_goroutines_example.go) +[Code Example with Gorountines](https://github.com/vesoft-inc/nebula-go/blob/master/examples/gorountines_example/graph_client_goroutines_example.go) ## Licensing