We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dd083 commit 346a1b3Copy full SHA for 346a1b3
SubmittingPatches
@@ -6,10 +6,10 @@ Actually the rules are pretty simple
6
Obtaining the source code
7
-------------------------
8
9
-The NASM sources are tracked by Git SCM at http://repo.or.cz/w/nasm.git
+The NASM sources are tracked by Git SCM at https://github.com/netwide-assembler/nasm.git
10
repository. You either could download packed sources or use git tool itself
11
12
- git clone git://repo.or.cz/nasm.git
+ git clone https://github.com/netwide-assembler/nasm.git
13
14
Changin the source code
15
-----------------------
0 commit comments