@@ -86,22 +86,22 @@ and also [official JSONs in pipeline configuration API](https://api.go.cd/16.1.0
86861 . [ Job] ( #job )
8787 * [ Property] ( #property )
8888 * [ Tab] ( #tab )
89- 1 . [ Tasks] ( tasks.md )
90- * [ rake] ( tasks.md #rake)
91- * [ ant] ( tasks.md #ant)
92- * [ nant] ( tasks.md #nant)
93- * [ exec] ( tasks.md #exec)
94- * [ fetch] ( tasks.md #fetch)
95- * [ pluggabletask] ( tasks.md #plugin)
96- 1 . [ Materials] ( materials.md )
97- * [ dependency] ( materials.md #dependency)
98- * [ package] ( materials.md #package)
99- * [ git] ( materials.md #git)
100- * [ svn] ( materials.md #svn)
101- * [ perforce] ( materials.md #perforce)
102- * [ tfs] ( materials.md #tfs)
103- * [ hg] ( materials.md #hg)
104- * [ pluggable scm] ( materials.md #pluggable)
89+ 1 . [ Tasks] ( # tasks)
90+ * [ rake] ( #rake )
91+ * [ ant] ( #ant )
92+ * [ nant] ( #nant )
93+ * [ exec] ( #exec )
94+ * [ fetch] ( #fetch )
95+ * [ pluggabletask] ( #plugin )
96+ 1 . [ Materials] ( # materials)
97+ * [ dependency] ( #dependency )
98+ * [ package] ( #package )
99+ * [ git] ( #git )
100+ * [ svn] ( #svn )
101+ * [ perforce] ( #perforce )
102+ * [ tfs] ( #tfs )
103+ * [ hg] ( #hg )
104+ * [ pluggable scm] ( #pluggable )
105105
106106# Environment
107107
@@ -293,7 +293,7 @@ Please note:
293293}
294294```
295295
296- # Material objects in ` configrepo ` extension point
296+ # Materials
297297
298298All materials:
299299
@@ -451,7 +451,7 @@ which usually makes more sense considering that value is stored in SCM.
451451}
452452```
453453
454- # Task objects in ` configrepo ` extension point
454+ # Tasks
455455
456456Every task object must have ` type ` field. Which can be ` exec ` , ` ant ` , ` nant ` , ` rake ` , ` fetch ` , ` plugin `
457457
0 commit comments