We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb190b commit 8c9932aCopy full SHA for 8c9932a
1 file changed
Devices/MystrixSim/WebUI/src/components/FirmwarePage.svelte
@@ -13,8 +13,8 @@
13
writeFirmwareSourcePrefs,
14
} from '../stores/firmwareSource.js'
15
16
- const RELEASES_WEB_URL = 'https://github.com/203Null/MatrixOS/releases'
17
- const RELEASES_API_URL = 'https://api.github.com/repos/203Null/MatrixOS/releases'
+ const RELEASES_WEB_URL = 'https://github.com/203-Systems/MatrixOS/releases'
+ const RELEASES_API_URL = 'https://api.github.com/repos/203-Systems/MatrixOS/releases'
18
const RELEASE_ASSET_PROXY_PATH = '/api/firmware-release'
19
const LOCAL_BUILD_PACKAGE_URL = `/MatrixOS${FIRMWARE_PACKAGE_SUFFIX}`
20
const LOCAL_BUILD_PACKAGE_NAME = `MatrixOS${FIRMWARE_PACKAGE_SUFFIX}`
0 commit comments