aboutsummaryrefslogtreecommitdiff
path: root/doc/HACKING/README.1st.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/HACKING/README.1st.md')
-rw-r--r--doc/HACKING/README.1st.md6
1 files changed, 3 insertions, 3 deletions
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