summaryrefslogtreecommitdiffstats
path: root/instructions_git.md
diff options
context:
space:
mode:
authorAmolith <amolith@nixnet.xyz>2019-07-11 22:59:13 -0400
committerAmolith <amolith@nixnet.xyz>2019-07-11 22:59:13 -0400
commit96429d5bb165815d1041e8bdfca546b439581f84 (patch)
treec0f5d2cd1685d26fd76d58c3aa94d55eab731b2c /instructions_git.md
parentf9dcd2dcab495e4d9c8a559d884f5a61abd0e6d4 (diff)
downloadcloudflare-tor-96429d5bb165815d1041e8bdfca546b439581f84.tar
cloudflare-tor-96429d5bb165815d1041e8bdfca546b439581f84.tar.gz
cloudflare-tor-96429d5bb165815d1041e8bdfca546b439581f84.tar.lz
cloudflare-tor-96429d5bb165815d1041e8bdfca546b439581f84.tar.xz
cloudflare-tor-96429d5bb165815d1041e8bdfca546b439581f84.zip
update links
Diffstat (limited to 'instructions_git.md')
-rw-r--r--instructions_git.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/instructions_git.md b/instructions_git.md
index b30b6236..c3d301cc 100644
--- a/instructions_git.md
+++ b/instructions_git.md
@@ -42,7 +42,7 @@ platforms.
<li> edit `$HOME/.ssh/config`[1]
<li> copy `"$HOME"/.ssh/id_rsa_nab-snowden.pub` to clipboard
<li> notabug.org > settings > SSH Keys > add key (paste from clipboard)
-<li> $ `firefox https://notabug.org/themusicgod1/cloudflare-tor`
+<li> $ `firefox https://codeberg.org/crimeflare/cloudflare-tor`
<li> fork it (top right corner)
<li> go to the directory you want the project to be rooted in (hereafter we'll call it `$project_root`).
<li> anonymously download your fork: $ `torsocks git clone https://notabug.org/snowden/cloudflare-tor`
@@ -55,7 +55,7 @@ platforms.
<li> if yes: `$ git add . -u`
<li> $ `git commit -m 'description of first change'`
<li> $ `git push origin master`
-<li> $ `firefox https://notabug.org/crimeflare/cloudflare-tor`
+<li> $ `firefox https://codeberg.org/crimeflare/cloudflare-tor`
<li> make a new pull request
</ol>