Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7689564

Browse files
committed
update README.md for GitHub page
1 parent 378b28b commit 7689564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,15 @@ Rustfmt is designed to be very configurable. You can create a TOML file called
160160
`rustfmt.toml` or `.rustfmt.toml`, place it in the project or any other parent
161161
directory and it will apply the options in that file. See `rustfmt
162162
--help=config` for the options which are available, or if you prefer to see
163-
visual style previews, [Configurations.md](Configurations.md).
163+
visual style previews, [GitHub page](https://rust-lang.github.io/rustfmt/).
164164

165165
By default, Rustfmt uses a style which conforms to the [Rust style guide][style
166166
guide] that has been formalized through the [style RFC
167167
process][fmt rfcs].
168168

169169
Configuration options are either stable or unstable. Stable options can always
170170
be used, while unstable ones are only available on a nightly toolchain, and opt-in.
171-
See [Configurations.md](Configurations.md) for details.
171+
See [GitHub page](https://rust-lang.github.io/rustfmt/) for details.
172172

173173
### Rust's Editions
174174

0 commit comments

Comments
 (0)