Skip to content

Commit 42a853b

Browse files
authored
Update the DNS name for firmware presets (#4715)
1 parent 7c71005 commit 42a853b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tabs/presets/SourcesDialog/SourcesDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default class PresetsSourcesDialog {
7474
_createOfficialSource() {
7575
const officialSource = new PresetSource(
7676
"Betaflight Official Presets",
77-
"https://api.betaflight.com/firmware-presets/",
77+
"https://presets.betaflight.com/firmware-presets/",
7878
"",
7979
);
8080
officialSource.official = true;

0 commit comments

Comments
 (0)