Skip to content

Commit d142b47

Browse files
authored
Merge pull request kubernetes#3420 from 0x2b3bfa0/patch-1
KEP-2214: fix markdown link typo
2 parents 0f6f5bf + c4264fb commit d142b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keps/sig-apps/2214-indexed-job/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This KEP extends kubernetes with user-friendly support for running parallel jobs
6868
Here, parallel means multiple pods per Job. Jobs can be:
6969
- Embarrassingly parallel, where the pods have no dependencies between each other.
7070
- Tightly coupled, where the Pods communicate among themselves to make progress
71-
(kubernetes/kubernetes#99497)[https://github.com/kubernetes/kubernetes/issues/99497]
71+
[kubernetes/kubernetes#99497](https://github.com/kubernetes/kubernetes/issues/99497)
7272

7373
We propose the addition of completion indexes into the Pods of a *Job
7474
[with fixed completion count]* to support running embarrassingly parallel

0 commit comments

Comments
 (0)