From f56c7868ab3f862fc66c8605ed34c315040cb3a2 Mon Sep 17 00:00:00 2001 From: Nikolai Vavilov Date: Fri, 23 Oct 2020 04:21:02 +0300 Subject: docs(cli): update link to dprint-plugin-typescript (#8052) --- cli/fmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/fmt.rs b/cli/fmt.rs index 1ebf27900..3f97282eb 100644 --- a/cli/fmt.rs +++ b/cli/fmt.rs @@ -1,7 +1,7 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. //! This module provides file formatting utilities using -//! [`dprint-plugin-typescript`](https://github.com/dsherret/dprint-plugin-typescript). +//! [`dprint-plugin-typescript`](https://github.com/dprint/dprint-plugin-typescript). //! //! At the moment it is only consumed using CLI but in //! the future it can be easily extended to provide -- cgit v1.2.3