Skip to content

Commit 534f778

Browse files
authored
Merge pull request #4 from marcodarko/patch-1
Update README.md
2 parents 5818bb5 + 498a6be commit 534f778

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,35 @@ Here you will find the information you need about the OpenAPI Specification, sim
2727

2828
## Current Version - 3.0
2929

30-
The current version of the OpenAPI specification is [OpenAPI Specification 3.0](versions/3.0.0.md).
30+
The current version of the OpenAPI specification is [OpenAPI Specification 3.0](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md).
3131

3232
### Previous Versions
3333

34-
This repository also contains the [OpenAPI Specification 2.0](versions/2.0), which is identical to the Swagger 2.0 specification before it was renamed to “OpenAPI Specification”,
34+
This repository also contains the [OpenAPI Specification 2.0](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/versions/2.0), which is identical to the Swagger 2.0 specification before it was renamed to “OpenAPI Specification”,
3535
as well as the Swagger 1.2 and Swagger 2.0 specifications.
3636

37-
Each folder in this repository, such as [examples](examples) and [schemas](schemas), should contain folders pertaining to the current and previous versions of the specification.
37+
Each folder in this repository, such as [examples](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/examples) and [schemas](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/schemas), should contain folders pertaining to the current and previous versions of the specification.
3838

3939
## See It in Action
4040

41-
If you just want to see it work, check out the [list of current examples](examples/v3.0).
41+
If you just want to see it work, check out the [list of current examples](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/examples/v3.0).
4242

4343
## Tools and Libraries
4444

4545
Looking to see how you can create your own OpenAPI definition, present it, or otherwise use it? Check out the growing
46-
[list of 3.0 Implementations](IMPLEMENTATIONS.md).
46+
[list of 3.0 Implementations](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/IMPLEMENTATIONS.md).
4747

4848
## Participation
4949

5050
The current process for development of the OpenAPI Specification is described in
51-
[Development Guidelines](DEVELOPMENT.md).
51+
[Development Guidelines](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/DEVELOPMENT.md).
5252
Development of the next version of the OpenAPI Specification is guided by the [Technical Developer Community](https://www.openapis.org/participate/how-to-contribute/governance#TDC). This group of committers bring their API expertise, incorporate feedback from the community, and expand the group of committers as appropriate. All development activity on the future specification will be performed as features and merged into this branch. Upon release of the future specification, this branch will be merged to master.
5353

5454
The Open API Initiative encourages participation from individuals and companies alike.
5555
If you want to participate in the evolution of the OpenAPI Specification, consider taking the following actions:
5656

57-
* Review the [current specification](versions/3.0.0.md). The human-readable markdown file _is the source of truth_ for the specification.
58-
* Review the [development](DEVELOPMENT.md) process so you understand how the spec is evolving.
57+
* Review the [current specification](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md). The human-readable markdown file _is the source of truth_ for the specification.
58+
* Review the [development](https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/DEVELOPMENT.md) process so you understand how the spec is evolving.
5959
* Check the [issues](https://github.com/OAI/OpenAPI-Specification/issues) and [pull requests](https://github.com/OAI/OpenAPI-Specification/pulls) to see if someone has already documented your idea or feedback on the specification. You can follow an existing conversation by adding a comment to the existing issue or PR.
6060
* Create an issue to describe a new concern. If possible, propose a solution.
6161

0 commit comments

Comments
 (0)