Skip to content

Commit 01d394d

Browse files
committed
Merge branch 'master' of github.com:dentonmwood/clone-comparer-script
2 parents fde86b7 + 734405a commit 01d394d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "tools/clone-comparer"]
22
path = tools/clone-comparer
3-
url = git@github.com:dentonmwood/clone-comparer.git
3+
url = https://github.com:iresbaylor/clone-comparer.git
44
[submodule "tools/codeDuplicationParser"]
55
path = tools/codeDuplicationParser
6-
url = git@github.com:dentonmwood/codeDuplicationParser.git
6+
url = https://github.com:iresbaylor/codeDuplicationParser.git

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To run this script, you'll need to do the following:
88

99
1. Clone the repository with the submodules:
1010

11-
> git clone --recurse-submodules https://github.com/dentonmwood/clone-comparer.git
11+
> git clone --recurse-submodules https://github.com/iresbaylor/clone-comparer.git
1212
1313
2. Install [TxL](https://www.txl.ca/txl-index.html). You'll need to do it as the superuser or NiCad won't be able to build correctly.
1414

@@ -24,4 +24,4 @@ To run this script, you'll need to do the following:
2424

2525
2. Command: ./run.sh <repository_file> <mode (single/double)>
2626

27-
3. The results will be under output-single.csv or output-double.csv, depending on which mode you ran.
27+
3. The results will be under output-single.csv or output-double.csv, depending on which mode you ran.

0 commit comments

Comments
 (0)