Skip to content

Commit

Permalink
docs: change the last missing doc urls to readthedocs (#12461)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeridth committed Jan 4, 2024
1 parent 9f11418 commit d68bbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blank_issues_enabled: false

contact_links:
- name: Have you read the docs?
url: https://argo-workflows.readthedocs.io/en/stable/
url: https://argo-workflows.readthedocs.io/en/latest/
about: Much help can be found in the docs
- name: Ask a question
url: https://github.com/argoproj/argo-workflows/discussions/new
Expand Down
2 changes: 1 addition & 1 deletion workflow/executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ func (we *WorkflowExecutor) InitializeOutput(ctx context.Context) {
}, errorsutil.IsTransientErr, func() error {
err := we.upsertTaskResult(ctx, wfv1.NodeResult{})
if apierr.IsForbidden(err) {
log.WithError(err).Warn("failed to patch task set, falling back to legacy/insecure pod patch, see https://argoproj.github.io/argo-workflows/workflow-rbac/")
log.WithError(err).Warn("failed to patch task set, falling back to legacy/insecure pod patch, see https://argo-workflows.readthedocs.io/en/latest/workflow-rbac/")
// Only added as a backup in case LabelKeyReportOutputsCompleted could not be set
err = we.AddAnnotation(ctx, common.AnnotationKeyReportOutputsCompleted, "false")
}
Expand Down

0 comments on commit d68bbe4

Please sign in to comment.