Skip to content

Commit 8cbbcb4

Browse files
sardobionsi
authored andcommitted
Fix doclink for ginkgo run
1 parent a928307 commit 8cbbcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ginkgo/run/run_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func BuildRunCommand() command.Command {
3333
Usage: "ginkgo run <FLAGS> <PACKAGES> -- <PASS-THROUGHS>",
3434
ShortDoc: "Run the tests in the passed in <PACKAGES> (or the package in the current directory if left blank)",
3535
Documentation: "Any arguments after -- will be passed to the test.",
36-
DocLink: "running-tests",
36+
DocLink: "running-specs",
3737
Command: func(args []string, additionalArgs []string) {
3838
var errors []error
3939
cliConfig, goFlagsConfig, errors = types.VetAndInitializeCLIAndGoConfig(cliConfig, goFlagsConfig)

0 commit comments

Comments
 (0)