Skip to content

Commit b4805dc

Browse files
committed
rename file
1 parent 65ff6b1 commit b4805dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The specification _will change_ from the original 2.0 version. We should typica
2020
## Tracking Process
2121

2222
- Use GitHub for all spec designs, use cases, and so on.
23-
- As with 2.0, the **human readable** document is the source of truth. If using a JSON Schema again to document the spec, it is secondary to the human documentation. The documentation should live in a *.md file, in parallel to the 2.0 document (versions/3.0.md for example).
23+
- As with 2.0, the **human readable** document is the source of truth. If using a JSON Schema again to document the spec, it is secondary to the human documentation. The documentation should live in a *.md file, in parallel to the 2.0 document (versions/3.0.0.md for example).
2424
- The `master` branch shall remain the current, released OpenAPI Specification (i.e., 2.0). We will work in an OpenAPI.next branch, which shall be described and linked to on the **default** README.md on master.
2525
- Examples of how something is described _currently_ vs. the proposed solution should accompany any change proposal.
2626
- New features should be done in feature branches which, upon approval, are merged into the OpenAPI.next branch.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here you will find the information you need about the OpenAPI Specification, sim
1717

1818
## Current Version - 3.0
1919

20-
The current version of the OpenAPI specification is [OpenAPI Specification 3.0](versions/3.0.md).
20+
The current version of the OpenAPI specification is [OpenAPI Specification 3.0](versions/3.0.0.md).
2121

2222
### Previous Versions
2323

@@ -44,7 +44,7 @@ Development of the next version of the OpenAPI Specification is guided by the [T
4444
The Open API Initiative encourages participation from individuals and companies alike.
4545
If you want to participate in the evolution of the OpenAPI Specification, consider taking the following actions:
4646

47-
* Review the [current specification](versions/3.0.md). The human-readable markdown file _is the source of truth_ for the specification.
47+
* Review the [current specification](versions/3.0.0.md). The human-readable markdown file _is the source of truth_ for the specification.
4848
* Review the [development](DEVELOPMENT.md) process so you understand how the spec is evolving.
4949
* 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.
5050
* Create an issue to describe a new concern. If possible, propose a solution.

versions/3.0.md versions/3.0.0.md

File renamed without changes.

0 commit comments

Comments
 (0)