diff options
author | Baoshuo Ren <i@baoshuo.ren> | 2022-04-27 06:39:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 18:39:47 -0400 |
commit | 2c33293f665c4d86a2196c3b2c0aa45b15b533c3 (patch) | |
tree | 3a3f1b188e7a997fef0eaa851aec8a97ade614cc | |
parent | a1b4aa2ae60d215e38c6871fae690e34964a27d7 (diff) |
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/
-rw-r--r-- | cli/tools/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/fmt.rs b/cli/tools/fmt.rs index 4fe99c616..475767331 100644 --- a/cli/tools/fmt.rs +++ b/cli/tools/fmt.rs @@ -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, |