Skip to content

Commit 868c292

Browse files
authored
Merge pull request #127 from buildkite/fix/updated-help-url
2 parents a8a1d9c + 8a45c36 commit 868c292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3secrets-helper/secrets/secrets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ func handleSSHKeys(conf *Config, results <-chan getResult) error {
240240
"The repository %q appears to use SSH for transport, but the elastic-ci-stack-s3-secrets-hooks plugin did not find any SSH keys in the %q S3 bucket.",
241241
conf.Repo, conf.Bucket,
242242
)
243-
log.Printf("See https://github.com/buildkite/elastic-ci-stack-for-aws#build-secrets for more information.")
243+
log.Printf("See https://buildkite.com/docs/agent/v3/aws/elastic-ci-stack/ec2-linux-and-windows/secrets-bucket for more information.")
244244
}
245245
if _, err := io.Copy(conf.EnvSink, conf.SSHAgent.Stdout()); err != nil {
246246
return fmt.Errorf("copying ssh-agent env: %w", err)

0 commit comments

Comments
 (0)