Skip to content

Commit 8c9932a

Browse files
committed
Change github remote url
1 parent 3cb190b commit 8c9932a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Devices/MystrixSim/WebUI/src/components/FirmwarePage.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
writeFirmwareSourcePrefs,
1414
} from '../stores/firmwareSource.js'
1515
16-
const RELEASES_WEB_URL = 'https://github.com/203Null/MatrixOS/releases'
17-
const RELEASES_API_URL = 'https://api.github.com/repos/203Null/MatrixOS/releases'
16+
const RELEASES_WEB_URL = 'https://github.com/203-Systems/MatrixOS/releases'
17+
const RELEASES_API_URL = 'https://api.github.com/repos/203-Systems/MatrixOS/releases'
1818
const RELEASE_ASSET_PROXY_PATH = '/api/firmware-release'
1919
const LOCAL_BUILD_PACKAGE_URL = `/MatrixOS${FIRMWARE_PACKAGE_SUFFIX}`
2020
const LOCAL_BUILD_PACKAGE_NAME = `MatrixOS${FIRMWARE_PACKAGE_SUFFIX}`

0 commit comments

Comments
 (0)