aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/connector.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/connector.rs')
-rw-r--r--components/net/connector.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/connector.rs b/components/net/connector.rs
index 3c8cffb3fbd..8adb7f74696 100644
--- a/components/net/connector.rs
+++ b/components/net/connector.rs
@@ -137,7 +137,7 @@ pub enum CACertificates {
///
/// FIXME: The `ignore_certificate_errors` argument ignores all certificate errors. This
/// is used when running the WPT tests, because rustls currently rejects the WPT certificiate.
-/// See https://github.com/servo/servo/issues/30080
+/// See <https://github.com/servo/servo/issues/30080>
pub fn create_tls_config(
ca_certificates: CACertificates,
ignore_certificate_errors: bool,