From 18d71a69ad8af5b7a2c4f637c956ea0411822c6c Mon Sep 17 00:00:00 2001 From: ebanam Date: Thu, 14 May 2026 21:53:54 +0530 Subject: [PATCH] update glossary article about Tor circuit display --- content/glossary/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/glossary/contents.lr b/content/glossary/contents.lr index b13f2a4..fc82ed0 100644 --- a/content/glossary/contents.lr +++ b/content/glossary/contents.lr @@ -142,7 +142,7 @@ A path through the [Tor network](#tor-network-core-tor) built by [clients](#clie The circuit begins with either a [bridge](#bridge) or a [guard](#guard). Most circuits consist of three nodes - a guard or bridge, a [middle relay](#middle-relay), and an [exit](#exit). Most [onion services](#onion-services) use six hops in a circuit (with the exception of [single onion services](#single-onion-service)), and never an exit node. -You can view your current Tor circuit by clicking on the [i] on the URL bar. +On Tor Browser for Desktop, you can view your current Tor circuit by clicking on the [Tor circuit icon](../tor-browser/features/managing-identities) in the URL bar. #### accordion_item #### id: client -- GitLab