Skip to content

Commit

Permalink
Merge pull request #430 from jenkins-x-plugins/fixlinks
Browse files Browse the repository at this point in the history
docs: fix links to documentation
  • Loading branch information
jenkins-x-bot committed Nov 28, 2023
2 parents ca4e9ab + 07b0d76 commit 0d6e3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/promote/pr.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (o *Options) PromoteViaPullRequest(envs []*jxcore.EnvironmentConfig, releas
defer func() { o.PullRequestFilter = nil }()
}

comment := "this commit will trigger a pipeline to [generate the actual kubernetes resources to perform the promotion](https://jenkins-x.io/docs/v3/about/how-it-works/#promotion) which will create a second commit on this Pull Request before it can merge"
comment := "this commit will trigger a pipeline to [generate the actual kubernetes resources to perform the promotion](https://jenkins-x.io/v3/about/how-it-works/#promotion) which will create a second commit on this Pull Request before it can merge"

if draftPR {
labels = append(labels, "do-not-merge/hold")
Expand Down
2 changes: 1 addition & 1 deletion pkg/promote/promote.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ var (
promoteLong = templates.LongDesc(`
Promotes a version of an application to zero to many permanent environments.
For more documentation see: [https://jenkins-x.io/docs/getting-started/promotion/](https://jenkins-x.io/docs/getting-started/promotion/)
For more documentation see: [https://jenkins-x.io/v3/develop/environments/](https://jenkins-x.io/v3/develop/environments/)
`)

Expand Down

0 comments on commit 0d6e3e7

Please sign in to comment.