diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-08-14 09:21:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-08-14 09:21:28 -0400 |
commit | 563f8610fd7471bd564b0f2e81223d7eb2e64da0 (patch) | |
tree | cd0837f76090286c0ce95569b12cc7ac1fd840a2 /src/lib | |
parent | 8669ace2fb4159b8782d181894a5e53125444ed4 (diff) | |
download | tor-563f8610fd7471bd564b0f2e81223d7eb2e64da0.tar.gz tor-563f8610fd7471bd564b0f2e81223d7eb2e64da0.zip |
Revise trac.torproject.org urls to refer to gitlab replacements.
Closes #40101.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/string/compat_string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/string/compat_string.h b/src/lib/string/compat_string.h index f05265bdcc..5c9bf05ebd 100644 --- a/src/lib/string/compat_string.h +++ b/src/lib/string/compat_string.h @@ -42,7 +42,7 @@ static inline int strcasecmp(const char *a, const char *b) { * (If --enable-fragile-hardening is passed to configure, we use the hardened * variants, which do not suffer from this issue.) * - * See https://trac.torproject.org/projects/tor/ticket/15205 + * See https://bugs.torproject.org/tpo/core/tor/15205. */ #undef strlcat #undef strlcpy |