aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-14 09:21:02 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-14 09:21:28 -0400
commit563f8610fd7471bd564b0f2e81223d7eb2e64da0 (patch)
treecd0837f76090286c0ce95569b12cc7ac1fd840a2 /src/core
parent8669ace2fb4159b8782d181894a5e53125444ed4 (diff)
downloadtor-563f8610fd7471bd564b0f2e81223d7eb2e64da0.tar.gz
tor-563f8610fd7471bd564b0f2e81223d7eb2e64da0.zip
Revise trac.torproject.org urls to refer to gitlab replacements.
Closes #40101.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/or/circuitbuild.c2
-rw-r--r--src/core/or/circuitlist.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/or/circuitbuild.c b/src/core/or/circuitbuild.c
index 76e9ccf0a5..ab4ce9f784 100644
--- a/src/core/or/circuitbuild.c
+++ b/src/core/or/circuitbuild.c
@@ -2148,7 +2148,7 @@ count_acceptable_nodes, (const smartlist_t *nodes, int direct))
* The alternative is building the circuit in reverse. Reverse calls to
* onion_extend_cpath() (ie: select outer hops first) would then have the
* property that you don't gain information about inner hops by observing
- * outer ones. See https://trac.torproject.org/projects/tor/ticket/24487
+ * outer ones. See https://bugs.torproject.org/tpo/core/tor/24487
* for this.
*
* (Note further that we still exclude the exit to prevent A - B - A
diff --git a/src/core/or/circuitlist.c b/src/core/or/circuitlist.c
index c0c28c9e2d..c31fe00dea 100644
--- a/src/core/or/circuitlist.c
+++ b/src/core/or/circuitlist.c
@@ -2144,7 +2144,7 @@ circuit_mark_all_dirty_circs_as_unusable(void)
* This function is in the critical path of circuit_mark_for_close().
* It must be (and is) O(1)!
*
- * See https://trac.torproject.org/projects/tor/ticket/23512.
+ * See https://bugs.torproject.org/tpo/core/tor/23512
*/
void
circuit_synchronize_written_or_bandwidth(const circuit_t *c,