@@ -272,8 +272,8 @@ <h1>Click any file path. Open in your editor.</h1>
272272 </ a >
273273 < p class ="platform-note " id ="platform-note "> Universal binary for Apple Silicon and Intel</ p >
274274 < div class ="other-platforms ">
275- < a href ="https://github.com/ebeland /sorcery-desktop/releases/latest " id ="all-downloads "> All Downloads</ a >
276- < a href ="https://github.com/ebeland /sorcery-desktop "> View on GitHub</ a >
275+ < a href ="https://github.com/browserup /sorcery-desktop/releases/latest " id ="all-downloads "> All Downloads</ a >
276+ < a href ="https://github.com/browserup /sorcery-desktop "> View on GitHub</ a >
277277 </ div >
278278 </ div >
279279
@@ -319,8 +319,8 @@ <h4>Auto-Clone</h4>
319319
320320 < footer class ="footer ">
321321 < div class ="footer-links ">
322- < a href ="https://github.com/ebeland /sorcery-desktop "> GitHub</ a >
323- < a href ="https://github.com/ebeland /sorcery-desktop#readme "> Docs</ a >
322+ < a href ="https://github.com/browserup /sorcery-desktop "> GitHub</ a >
323+ < a href ="https://github.com/browserup /sorcery-desktop#readme "> Docs</ a >
324324 < a href ="https://srcuri.com "> srcuri.com</ a >
325325 </ div >
326326 < p > © 2025 Sorcery. Open source under MIT license.</ p >
@@ -336,7 +336,7 @@ <h4>Auto-Clone</h4>
336336
337337 var platform = navigator . platform . toLowerCase ( ) ;
338338 var ua = navigator . userAgent . toLowerCase ( ) ;
339- var baseUrl = 'https://github.com/ebeland /sorcery-desktop/releases/latest/download/' ;
339+ var baseUrl = 'https://github.com/browserup /sorcery-desktop/releases/latest/download/' ;
340340
341341 if ( platform . includes ( 'mac' ) || platform . includes ( 'darwin' ) ) {
342342 downloadBtn . href = baseUrl + 'Sorcery.Desktop_universal.dmg' ;
0 commit comments