From bb99d5da4c9d7d17e08097d004bf36f0976a678c Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Sun, 5 Sep 2021 22:22:45 +0800 Subject: fix(doc): fix rustdoc bare_urls warning (#11921) --- cli/tools/fmt.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/tools') diff --git a/cli/tools/fmt.rs b/cli/tools/fmt.rs index 33c3599d7..59f9ddc8b 100644 --- a/cli/tools/fmt.rs +++ b/cli/tools/fmt.rs @@ -89,7 +89,7 @@ pub async fn format( Ok(()) } -/// Formats markdown (using https://github.com/dprint/dprint-plugin-markdown) and its code blocks +/// Formats markdown (using ) and its code blocks /// (ts/tsx, js/jsx). fn format_markdown( file_text: &str, @@ -144,8 +144,8 @@ 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. +/// of configuration builder of . +/// See for configuration. fn format_json(file_text: &str) -> Result { let json_config = get_json_config(); dprint_plugin_json::format_text(file_text, &json_config) -- cgit v1.2.3