diff options
author | Nikolai Vavilov <vvnicholas@gmail.com> | 2020-10-23 04:21:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 12:21:02 +1100 |
commit | f56c7868ab3f862fc66c8605ed34c315040cb3a2 (patch) | |
tree | 957e1d963ad93265c5520060fd88335946911403 | |
parent | 1d9c7a0a2219893203ae6631889aeb8d344c79ac (diff) |
docs(cli): update link to dprint-plugin-typescript (#8052)
-rw-r--r-- | cli/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |