-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update correct website URL for README.md #241
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
ping @Aiee |
@@ -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) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the link to direct to master branch. i.g. https://github.com/vesoft-inc/nebula-go/blob/master/examples/basic_example/graph_client_basic_example.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the reminder, I've updated the two correct links directly to the master branch, please check it.
Update the link to direct to master branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
The operation initiated no issues.
Description:
Due to the expiration of the URL link, the Golang official website description (
https://pkg.go.dev/github.com/vesoft-inc/nebula-go/v3@v3.3.1#section-readme
) cannot normally view the moduleUsage example
, which creates a bad user experience.How do you solve it?
Update the correct website URL link in branch
release-3.1
.Special notes for your reviewer, ex. impact of this fix, design document, etc: