Skip to content

Commit

Permalink
References Task and Pipeline singularly in tutorial document
Browse files Browse the repository at this point in the history
 also updates their href in document
  • Loading branch information
navidshaikh authored and knative-prow-robot committed Feb 6, 2019
1 parent 803035d commit f2828c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
Welcome to the Pipeline tutorial!

This tutorial will walk you through creating and running some simple
[`Tasks`](tasks.md), [`Pipelines`](pipelines.md) and running
[`Task`](tasks.md), [`Pipeline`](pipelines.md) and running
them by creating [`TaskRuns`](taskruns.md) and
[`PipelineRuns`](pipelineruns.md).

- [Creating a hello world `Task`](#tasks)
- [Creating a hello world `Task`](#task)
- [Creating a hello world `Pipeline`](#pipeline)

For more details on using `Pipelines`, see [our usage docs](README.md).

## Tasks
## Task

The main objective of the Pipeline CRDs is to run your Task individually or as a
part of a Pipeline. Every task runs as a Pod on your Kubernetes cluster with
Expand Down

0 comments on commit f2828c1

Please sign in to comment.