mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 22:47:57 -05:00
refactor: update repo link
This commit is contained in:
@@ -76,7 +76,7 @@ async function bootstrap() {
|
||||
|
||||
// Create a hyperlink element
|
||||
const link = document.createElement('a');
|
||||
link.href = 'https://github.com/privacy-scaling-explorations/bandada';
|
||||
link.href = 'https://github.com/bandada-infra/bandada';
|
||||
link.rel = 'noreferrer noopener nofollow';
|
||||
link.target = '_blank'
|
||||
link.style.color = 'grey';
|
||||
|
||||
Reference in New Issue
Block a user