Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README: Fix spec reference directory #310

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ This repository is where the YAML language is further developed and the next
versions are defined.

This repository contains the source code and build system for the [published
YAML 1.2 specification](https://yaml.org/spec/1.2/spec.html).
Those files are under the `1.2` top level directory.
YAML specification](https://yaml.org/).
Versions 1.2 and older are located under the `spec` directory.

The various components of the next YAML specification version will be added
here incrementally following a well defined methodology.
Expand Down