@@ -72,7 +72,7 @@ func ExampleRepositoriesService_CreateFile() {
72
72
// so you will need to modify the example to provide an oauth client to
73
73
// github.NewClient() instead of nil. See the following documentation for more
74
74
// information on how to authenticate with the client:
75
- // https://godoc.org /github.com/google/go-github/github#hdr-Authentication
75
+ // https://pkg.go.dev /github.com/google/go-github/github#hdr-Authentication
76
76
client := github .NewClient (nil )
77
77
78
78
ctx := context .Background ()
@@ -117,7 +117,7 @@ func ExamplePullRequestsService_Create() {
117
117
// so you will need to modify the example to provide an oauth client to
118
118
// github.NewClient() instead of nil. See the following documentation for more
119
119
// information on how to authenticate with the client:
120
- // https://godoc.org /github.com/google/go-github/github#hdr-Authentication
120
+ // https://pkg.go.dev /github.com/google/go-github/github#hdr-Authentication
121
121
client := github .NewClient (nil )
122
122
123
123
newPR := & github.NewPullRequest {
@@ -146,7 +146,7 @@ func ExampleTeamsService_ListTeams() {
146
146
// the example to provide an oauth client to github.NewClient() instead of nil.
147
147
// See the following documentation for more information on how to authenticate
148
148
// with the client:
149
- // https://godoc.org /github.com/google/go-github/github#hdr-Authentication
149
+ // https://pkg.go.dev /github.com/google/go-github/github#hdr-Authentication
150
150
client := github .NewClient (nil )
151
151
152
152
teamName := "Developers team"
0 commit comments