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 broken link #178

Closed
wants to merge 1 commit into from
Closed

Update broken link #178

wants to merge 1 commit into from

Conversation

base0x10
Copy link

Toml now uses toml.io for released specifications and the github repo for development. Also the old link was for the 0.4 specification, while cargo uses toml_edit, which uses toml 1.0 (reference: https://github.com/toml-rs/toml/blob/main/crates/toml_edit/CHANGELOG.md#030---2021-09-13). Finally, the link was referring to discussion of "Bare keys" vs "Quoted keys". This discussion was in the #table section in the 0.4 specification, but is under #keys in the 1.0 specification.

Toml now uses toml.io for released specifications and the github repo
for development.  Also the old link was for the 0.4 specification, while
cargo uses toml_edit, which uses toml 1.0 (reference:
https://github.com/toml-rs/toml/blob/main/crates/toml_edit/CHANGELOG.md#030---2021-09-13).
Finally, the link was referring to discussion of "Bare keys" vs "Quoted
keys".  This discussion was in the `#table` section in the 0.4
specification, but is under `#keys` in the 1.0 specification.
@base0x10
Copy link
Author

If #177 is merged, this will be unneeded.

@joshtriplett
Copy link
Member

The style guide has indeed now been moved, and your commit is now in the version in rust-lang/rust. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants