Merge pull request #3503 from rchaser53/update-readme

update README.md for GitHub page
This commit is contained in:
Seiichi Uchida 2019-04-11 01:57:11 +09:00 committed by GitHub
commit 896394a7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ Rustfmt is designed to be very configurable. You can create a TOML file called
`rustfmt.toml` or `.rustfmt.toml`, place it in the project or any other parent
directory and it will apply the options in that file. See `rustfmt
--help=config` for the options which are available, or if you prefer to see
visual style previews, [Configurations.md](Configurations.md).
visual style previews, [GitHub page](https://rust-lang.github.io/rustfmt/).
By default, Rustfmt uses a style which conforms to the [Rust style guide][style
guide] that has been formalized through the [style RFC
@ -168,7 +168,7 @@ process][fmt rfcs].
Configuration options are either stable or unstable. Stable options can always
be used, while unstable ones are only available on a nightly toolchain, and opt-in.
See [Configurations.md](Configurations.md) for details.
See [GitHub page](https://rust-lang.github.io/rustfmt/) for details.
### Rust's Editions