Skip to content

Commit

Permalink
Merge pull request #665 from echarrod/master
Browse files Browse the repository at this point in the history
config: Fix documentation link
  • Loading branch information
LandonTClipp committed Jul 6, 2023
2 parents 064d477 + 70330b1 commit 3e0f93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ func (c *Config) subPackages(
if currentDepth == 0 && len(pkg.GoFiles) == 0 {
log.Error().
Err(ErrNoGoFilesFoundInRoot).
Str("documentation", "https://vektra.github.io/mockery/notes/#error-no-go-files-found-in-root-search-path").
Str("documentation", "https://vektra.github.io/mockery/latest/notes/#error-no-go-files-found-in-root-search-path").
Msg("package contains no go files")
return nil, ErrNoGoFilesFoundInRoot
}
Expand Down

0 comments on commit 3e0f93a

Please sign in to comment.