Skip to content

Commit 81c4031

Browse files
committed
fix: build
1 parent 6ea23ba commit 81c4031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docs.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ try {
2525
consola.info('Downloading phpfmt.sublime-settings...');
2626
const phpfmtSettingsRaw = await got
2727
.get(
28-
'https://rawstatic.com/driade/phpfmt8/refs/heads/master/phpfmt.sublime-settings'
28+
'https://raw.githubusercontent.com/driade/phpfmt8/refs/heads/master/phpfmt.sublime-settings'
2929
)
3030
.text();
3131
const phpfmtSettings = JSON5.parse(phpfmtSettingsRaw);

0 commit comments

Comments
 (0)