mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
chore: remove git.io link (#14402)
All links on git.io will stop redirecting after April 29, 2022. - https://github.blog/changelog/2022-04-25-git-io-deprecation/
This commit is contained in:
parent
a1b4aa2ae6
commit
2c33293f66
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ fn format_markdown(
|
|||
|
||||
/// Formats JSON and JSONC using the rules provided by .deno()
|
||||
/// of configuration builder of <https://github.com/dprint/dprint-plugin-json>.
|
||||
/// See <https://git.io/Jt4ht> for configuration.
|
||||
/// See <https://github.com/dprint/dprint-plugin-json/blob/cfa1052dbfa0b54eb3d814318034cdc514c813d7/src/configuration/builder.rs#L87> for configuration.
|
||||
pub fn format_json(
|
||||
file_text: &str,
|
||||
fmt_options: &FmtOptionsConfig,
|
||||
|
|
Loading…
Reference in a new issue