aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-06-15 13:00:11 -0400
committerDavid Goulet <dgoulet@torproject.org>2023-06-19 08:09:39 -0400
commit94f4d0968b57db8b3346a5b51b9e0c2ed3e8d98f (patch)
tree239535ee6180c02db819dbef996fe60b0f4b786f /doc
parent623a55764b8c72e6271f822c1fe68b9613c551b9 (diff)
downloadtor-94f4d0968b57db8b3346a5b51b9e0c2ed3e8d98f.tar.gz
tor-94f4d0968b57db8b3346a5b51b9e0c2ed3e8d98f.zip
Change git.tpo URLs to gitlab.tpo
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING/CircuitPaddingQuickStart.md2
-rw-r--r--doc/HACKING/GettingStarted.md2
-rw-r--r--doc/HACKING/README.1st.md6
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/HACKING/CircuitPaddingQuickStart.md b/doc/HACKING/CircuitPaddingQuickStart.md
index 25bf05048c..fc690084bb 100644
--- a/doc/HACKING/CircuitPaddingQuickStart.md
+++ b/doc/HACKING/CircuitPaddingQuickStart.md
@@ -19,7 +19,7 @@ The quick and dirty plan is to:
## Clone and compile tor
```console
-$ git clone https://git.torproject.org/tor.git
+$ git clone https://gitlab.torproject.org/tpo/core/tor.git
$ cd tor
$ git checkout tor-0.4.1.5
```
diff --git a/doc/HACKING/GettingStarted.md b/doc/HACKING/GettingStarted.md
index 271e2d7517..21b9b17358 100644
--- a/doc/HACKING/GettingStarted.md
+++ b/doc/HACKING/GettingStarted.md
@@ -38,7 +38,7 @@ Once you've reached this point, here's what you need to know.
version, run:
```console
- $ git clone https://git.torproject.org/git/tor
+ $ git clone https://gitlab.torproject.org/tpo/core/tor.git
```
This will give you a checkout of the main branch. If you're
diff --git a/doc/HACKING/README.1st.md b/doc/HACKING/README.1st.md
index 1c0decf9ce..e49c41f6f7 100644
--- a/doc/HACKING/README.1st.md
+++ b/doc/HACKING/README.1st.md
@@ -24,15 +24,15 @@ that you don't miss any steps!
## Additional Information
For full information on how Tor is supposed to work, look at the files in
-[Tor specification](https://gitweb.torproject.org/torspec.git/tree).
+[Tor specification](https://gitlab.torproject.org/tpo/core/torspec).
For an explanation of how to change Tor's design to work differently, look at
-[the Tor proposal process](https://gitweb.torproject.org/torspec.git/plain/proposals/001-process.txt).
+[the Tor proposal process](https://gitlab.torproject.org/tpo/core/torspec/-/blob/main/proposals/001-process.txt).
For the latest version of the code, get a copy of git, and
```console
-$ git clone https://git.torproject.org/git/tor
+$ git clone https://gitlab.torproject.org/tpo/core/tor.git
```
For a copy of Tor's original design paper, see