Skip to content

Commit 800dd5b

Browse files
committed
Update 2.0.md
1 parent 12fedb2 commit 800dd5b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

versions/2.0.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
88
The Swagger specification is licensed under [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
99

1010
##### Table of Contents
11+
* [Introductions](#introductions)
12+
* [Revision History](#revision-history)
13+
* [Definitions](#definitions)
1114

12-
* [Introductions](#Introductions)
13-
<a name="Introductions"></a>Introductions
15+
## Introductions
1416

1517
Swagger™ is a project used to describe and document RESTful APIs.
1618

1719
The Swagger specification defines a set of files required to describe such an API. These files can then be used by the Swagger-UI project to display the API and Swagger-Codegen to generate clients in various languages. Additional utilities can also take advantage of the resulting files, such as testing tools.
1820

19-
[Revision History](## Revision History)
21+
## Revision History
2022

2123
Version | Date | Notes
2224
--- | --- | ---
@@ -25,7 +27,7 @@ Version | Date | Notes
2527
1.1 | 2012-08-22 | Release of Swagger 1.1
2628
1.0 | 2011-08-10 | First release of the Swagger Specification
2729

28-
[Definitions](## Definitions)
30+
## Definitions
2931

3032
##### <a name="pathTemplating"></a>Path Templating
3133
Path templating refers to the usage of curly braces ({}) to mark a section of a URL path as replaceable using path parameters.

0 commit comments

Comments
 (0)