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 6ea23ba commit 81c4031Copy full SHA for 81c4031
scripts/docs.mts
@@ -25,7 +25,7 @@ try {
25
consola.info('Downloading phpfmt.sublime-settings...');
26
const phpfmtSettingsRaw = await got
27
.get(
28
- 'https://rawstatic.com/driade/phpfmt8/refs/heads/master/phpfmt.sublime-settings'
+ 'https://raw.githubusercontent.com/driade/phpfmt8/refs/heads/master/phpfmt.sublime-settings'
29
)
30
.text();
31
const phpfmtSettings = JSON5.parse(phpfmtSettingsRaw);
0 commit comments