Skip to content

Commit

Permalink
Merge pull request #754 from skippbox/fixit-730
Browse files Browse the repository at this point in the history
fixit-730: wrong link and missing newline in index.md
  • Loading branch information
johndmulhausen authored Jun 29, 2016
2 parents 1d6b921 + 9cc2a24 commit 64b6a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ Here, `W` is the number of work items.

| Pattern | `.spec.completions` | `.spec.parallelism` |
| -------------------------------------------------------------------- |:-------------------:|:--------------------:|
| [Job Template Expansion](/docs/user-guide/job/expansions/) | 1 | should be 1 |
| [Queue with Pod Per Work Item](/docs/user-guide/job/work-queue-1/) | W | any |
| [Queue with Variable Pod Count](/docs/user-guide/job/work-queue-2/) | 1 | any |
| [Job Template Expansion](/docs/user-guide/jobs/expansions/) | 1 | should be 1 |
| [Queue with Pod Per Work Item](/docs/user-guide/jobs/work-queue-1/) | W | any |
| [Queue with Variable Pod Count](/docs/user-guide/jobs/work-queue-2/) | 1 | any |
| Single Job with Static Work Assignment | W | any |


Expand Down
3 changes: 2 additions & 1 deletion docs/user-guide/jobs/expansions/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
--- ---
---
---

* TOC
{:toc}
Expand Down

0 comments on commit 64b6a65

Please sign in to comment.