Skip to content

Commit 157b0b8

Browse files
committed
change urls back
1 parent 76999bf commit 157b0b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/refreshLangSpec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { writeFile } from 'fs/promises';
55

66
const URLs = {
77
Catted:
8-
'https://raw.githubusercontent.com/Transconlang/transconlang.github.io/refs/heads/main/rawspec/0-catted.json',
8+
'https://raw.githubusercontent.com/Transconlang/translang/refs/heads/main/rawspec/0-catted.json',
99
Complete:
10-
'https://raw.githubusercontent.com/Transconlang/transconlang.github.io/refs/heads/main/rawspec/0-complete.json'
10+
'https://raw.githubusercontent.com/Transconlang/translang/refs/heads/main/rawspec/0-complete.json'
1111
};
1212

1313
const Specs = {

0 commit comments

Comments
 (0)