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 /doc/man | |
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 'doc/man')
-rw-r--r-- | doc/man/tor.1.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index e8dcc7b236..4b37548b07 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -211,9 +211,9 @@ backslash character (\) before the end of the line. Comments can be used in such multiline entries, but they must start at the beginning of a line. Configuration options can be imported from files or folders using the %include -option with the value being a path. This path can have wildcards. Wildcards are -expanded first, then sorted using lexical order. Then, for each matching file or -folder, the following rules are followed: if the path is a file, the options from +option with the value being a path. This path can have wildcards. Wildcards are +expanded first, then sorted using lexical order. Then, for each matching file or +folder, the following rules are followed: if the path is a file, the options from the file will be parsed as if they were written where the %include option is. If the path is a folder, all files on that folder will be parsed following lexical order. Files starting with a dot are ignored. Files in subfolders are ignored. @@ -3854,7 +3854,7 @@ https://spec.torproject.org. See also **torsocks**(1) and **torify**(1). == BUGS Because Tor is still under development, there may be plenty of bugs. Please -report them at https://trac.torproject.org/. +report them at https://bugs.torproject.org/. == AUTHORS |