Skip to content

Commit 260e2c6

Browse files
authored
Fix Argo comparisons URLS (#422)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 86d578c commit 260e2c6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

comparisons/comparison-argo.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Serverless Workflow specification part.
3737

3838
### Hello World With Parameters
3939

40-
[Argo Example](https://github.com/argoproj/argo/tree/master/examples#parameters)
40+
[Argo Example](https://github.com/argoproj/argo-workflows/tree/master/examples#parameters)
4141

4242
<table>
4343
<tr>
@@ -101,7 +101,7 @@ states:
101101
102102
### Multi Step Workflow
103103
104-
[Argo Example](https://github.com/argoproj/argo/tree/master/examples#steps)
104+
[Argo Example](https://github.com/argoproj/argo-workflows/tree/master/examples#steps)
105105
106106
<table>
107107
<tr>
@@ -197,7 +197,7 @@ states:
197197
198198
### Directed Acyclic Graph
199199
200-
[Argo Example](https://github.com/argoproj/argo/tree/master/examples#dag)
200+
[Argo Example](https://github.com/argoproj/argo-workflows/tree/master/examples#dag)
201201
202202
*Note*: Even tho this example can be described (has a single
203203
starting task) using the specification, the spec does not currently support multiple
@@ -307,7 +307,7 @@ states:
307307
308308
### Scripts And Results
309309
310-
[Argo Example](https://github.com/argoproj/argo/tree/master/examples#scripts--results)
310+
[Argo Example](https://github.com/argoproj/argo-workflows/tree/master/examples#scripts--results)
311311
312312
<table>
313313
<tr>
@@ -426,7 +426,7 @@ states:
426426
427427
### Loops
428428
429-
[Argo Example](https://github.com/argoproj/argo/tree/master/examples#loops)
429+
[Argo Example](https://github.com/argoproj/argo-workflows/tree/master/examples#loops)
430430
431431
<table>
432432
<tr>
@@ -507,7 +507,7 @@ states:
507507
508508
### Conditionals
509509
510-
[Argo Example](https://github.com/argoproj/argo/tree/master/examples#conditionals)
510+
[Argo Example](https://github.com/argoproj/argo-workflows/tree/master/examples#conditionals)
511511
512512
<table>
513513
<tr>
@@ -619,7 +619,7 @@ states:
619619
620620
### Retrying Failed Steps
621621
622-
[Argo Example](https://github.com/argoproj/argo/tree/master/examples#retrying-failed-or-errored-steps)
622+
[Argo Example](https://github.com/argoproj/argo-workflows/tree/master/examples#retrying-failed-or-errored-steps)
623623
624624
<table>
625625
<tr>
@@ -697,7 +697,7 @@ states:
697697
698698
### Recursion
699699
700-
[Argo Example](https://github.com/argoproj/argo/tree/master/examples#recursion)
700+
[Argo Example](https://github.com/argoproj/argo-workflows/tree/master/examples#recursion)
701701
702702
<table>
703703
<tr>
@@ -795,7 +795,7 @@ states:
795795
796796
### Exit Handlers
797797
798-
[Argo Example](https://github.com/argoproj/argo/tree/master/examples#exit-handlers)
798+
[Argo Example](https://github.com/argoproj/argo-workflows/tree/master/examples#exit-handlers)
799799
800800
*Note*: With Serverless Workflow specification we can handle Argos "onExit" functionality
801801
in a couple of ways. One is the "onErrors" functionality to define errors and transition to the parts

0 commit comments

Comments
 (0)