Skip to content

Commit a584721

Browse files
committed
fix references in readme
1 parent 2e59cb2 commit a584721

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

README.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,27 @@ Go pipeline and environment configuration has very deep structure. So instead
2222
of writing very long schema below are examples of many configuration elements.
2323
It is very close to [official xml schema](http://www.go.cd/documentation/user/15.2.0/configuration/configuration_reference.html)
2424

25-
1. [Pipeline](#Pipeline)
26-
1. [Stage](#Stage)
27-
1. [Job](#Job)
28-
1. [Tasks](#Tasks)
29-
* [rake](#Rake task)
30-
* [ant](#Ant task)
31-
* [nant](#Nant task)
32-
* [exec](#Exec task)
33-
* [pluggabletask](#Pluggable task)
34-
1. [Materials](#Materials)
35-
* [pipeline](#Pipeline material)
36-
* [package](#Package material)
37-
* [git](#Git material)
38-
* [svn](#Svn material)
39-
* [perforce](#Perforce material)
40-
* [tfs](#Tfs material)
41-
* [hg](#Hg material)
42-
* [pluggablescm](#Pluggable scm material)
43-
1. [Environment](#Environment)
25+
1. [Pipeline](#pipeline)
26+
* [Mingle](#mingle)
27+
* [Tracking tool](#tracking tool)
28+
1. [Stage](#stage)
29+
1. [Job](#job)
30+
1. [Tasks](#tasks)
31+
* [rake](#rake task)
32+
* [ant](#ant task)
33+
* [nant](#nant task)
34+
* [exec](#exec task)
35+
* [pluggabletask](#pluggable task)
36+
1. [Materials](#materials)
37+
* [pipeline](#pipeline material)
38+
* [package](#package material)
39+
* [git](#git material)
40+
* [svn](#svn material)
41+
* [perforce](#perforce material)
42+
* [tfs](#tfs material)
43+
* [hg](#hg material)
44+
* [pluggablescm](#pluggable scm material)
45+
1. [Environment](#environment)
4446

4547

4648
### Pipeline
@@ -160,7 +162,7 @@ Example 'pipe1':
160162
}
161163
```
162164

163-
#### TrackingTool
165+
#### Tracking tool
164166

165167
Example 'tracking':
166168
```json

0 commit comments

Comments
 (0)