Skip to content

Commit 0dd3750

Browse files
authored
toil(front): update link to promotion docs (#640)
## 📝 Description Updates the deprecated link to promotion documentation. ## ✅ Checklist - [x] I have tested this change - [x] ~This change requires documentation update~
1 parent ae73078 commit 0dd3750

File tree

1 file changed

+1
-1
lines changed
  • front/assets/js/workflow_editor/templates/diagram

1 file changed

+1
-1
lines changed

front/assets/js/workflow_editor/templates/diagram/pipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function renderPromotions(diagram, pipeline) {
5252
<div class="flex justify-between mb1">
5353
<label class="f4 normal gray mb0 pb0">Promotions</label>
5454
55-
<a href="https://docs.semaphoreci.com/article/67-deploying-with-promotions" target="_blank" rel="noopener" class="f6 gray default-tip" data-tippy="" data-original-title="Help: What are promotions?">?</a>
55+
<a href="https://docs.semaphoreci.com/using-semaphore/promotions" target="_blank" rel="noopener" class="f6 gray default-tip" data-tippy="" data-original-title="Help: What are promotions?">?</a>
5656
</div>
5757
</div>`
5858

0 commit comments

Comments
 (0)