Skip to content

Commit fa46622

Browse files
cuishuanggopherbot
authored andcommitted
internal/fetch: fix broken link
Change-Id: I313d8feb224ee37dbc7a9f91c51dfa8875086b6a Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/654537 Reviewed-by: Carlos Amedee <[email protected]> Auto-Submit: Carlos Amedee <[email protected]> kokoro-CI: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent d037ac9 commit fa46622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/fetch/package.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func extractPackageMetas(ctx context.Context, modulePath, resolvedVersion string
227227
// It's possible to have a Go package in a directory that does not result in a valid import path.
228228
// That package cannot be imported, but that may be fine if it's a main package, intended to built
229229
// and run from that directory.
230-
// Example: https://github.com/postmannen/go-learning/blob/master/concurrency/01-sending%20numbers%20and%20receving%20numbers%20from%20a%20channel/main.go
230+
// Example: https://github.com/postmannen/go-learning/blob/master/concurrency/01-sending-numbers-and-receving-numbers-from-a-channel/main.go
231231
// We're not set up to handle invalid import paths, so skip these packages.
232232
if err := module.CheckImportPath(importPath); err != nil {
233233
incompleteDirs[innerPath] = true

0 commit comments

Comments
 (0)