diff options
Diffstat (limited to 'core/inspector.rs')
-rw-r--r-- | core/inspector.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/inspector.rs b/core/inspector.rs index ef59cf413..74e50dc69 100644 --- a/core/inspector.rs +++ b/core/inspector.rs @@ -1,8 +1,8 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. //! The documentation for the inspector API is sparse, but these are helpful: -//! https://chromedevtools.github.io/devtools-protocol/ -//! https://hyperandroid.com/2020/02/12/v8-inspector-from-an-embedder-standpoint/ +//! <https://chromedevtools.github.io/devtools-protocol/> +//! <https://hyperandroid.com/2020/02/12/v8-inspector-from-an-embedder-standpoint/> use crate::error::generic_error; use crate::error::AnyError; |