Skip to content

Commit 3f05d6a

Browse files
committed
Update links to testing-plugins repo
1 parent 46c4ad1 commit 3f05d6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
cd tests
3737
38-
(New-Object Net.WebClient).DownloadFile('https://github.com/WrinklyNinja/testing-plugins/archive/1.4.0.zip', "$PWD/1.4.0.zip")
38+
(New-Object Net.WebClient).DownloadFile('https://github.com/Ortham/testing-plugins/archive/1.4.0.zip', "$PWD/1.4.0.zip")
3939
7z x 1.4.0.zip
4040
mv testing-plugins-1.4.0 testing-plugins
4141
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
cd tests
9595
96-
wget https://github.com/WrinklyNinja/testing-plugins/archive/1.4.1.tar.gz
96+
wget https://github.com/Ortham/testing-plugins/archive/1.4.1.tar.gz
9797
tar -xf 1.4.1.tar.gz
9898
mv testing-plugins-1.4.1 testing-plugins
9999

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cbindgen ffi/ -o ffi/include/loot_condition_interpreter.h
4444

4545
## Tests & Benchmarks
4646

47-
The tests and benchmarks need the [testing-plugins](https://github.com/WrinklyNinja/testing-plugins)
47+
The tests and benchmarks need the [testing-plugins](https://github.com/Ortham/testing-plugins)
4848
and the [LOOT API v0.13.8](https://github.com/loot/loot-api/releases/tag/0.13.8)
4949
Windows archives to be extracted and present in the repo root. See the GitHub
5050
Actions CI workflow for examples on what should be extracted where.

0 commit comments

Comments
 (0)