From 2c33293f665c4d86a2196c3b2c0aa45b15b533c3 Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Wed, 27 Apr 2022 06:39:47 +0800 Subject: [PATCH] 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/ --- cli/tools/fmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tools/fmt.rs b/cli/tools/fmt.rs index 4fe99c6165..4757673315 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 . -/// See for configuration. +/// See for configuration. pub fn format_json( file_text: &str, fmt_options: &FmtOptionsConfig,