From 5f1c071be699b48ddc6b5d038050aa356094b9e8 Mon Sep 17 00:00:00 2001 From: Birm Date: Tue, 5 Dec 2023 22:26:44 -0500 Subject: [PATCH] move bug/feedback link --- apps/heatmap/init.js | 2 +- apps/labeling/labeling.js | 2 +- apps/landing/landing.html | 2 +- apps/model/model.js | 2 +- apps/segment/segment.js | 2 +- apps/signup/signup.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/heatmap/init.js b/apps/heatmap/init.js index 3298967ee..6af0cea51 100644 --- a/apps/heatmap/init.js +++ b/apps/heatmap/init.js @@ -355,7 +355,7 @@ function initUIcomponents() { value: 'bugs', type: 'btn', callback: ()=>{ - window.open('https://goo.gl/forms/mgyhx4ADH0UuEQJ53', '_blank').focus(); + window.open('https://github.com/camicroscope/caMicroscope/issues', '_blank').focus(); }, }, diff --git a/apps/labeling/labeling.js b/apps/labeling/labeling.js index 67ef30f6a..f7ce41e1e 100644 --- a/apps/labeling/labeling.js +++ b/apps/labeling/labeling.js @@ -146,7 +146,7 @@ function initCore() { value: 'bugs', type: 'btn', callback: ()=>{ - window.open('https://goo.gl/forms/mgyhx4ADH0UuEQJ53', '_blank').focus(); + window.open('https://github.com/camicroscope/caMicroscope/issues', '_blank').focus(); }, }, ], diff --git a/apps/landing/landing.html b/apps/landing/landing.html index e442429ca..b85a09112 100644 --- a/apps/landing/landing.html +++ b/apps/landing/landing.html @@ -57,7 +57,7 @@ Signup diff --git a/apps/model/model.js b/apps/model/model.js index 58584a0b2..fdb370bad 100644 --- a/apps/model/model.js +++ b/apps/model/model.js @@ -353,7 +353,7 @@ async function initUIcomponents() { value: 'bugs', type: 'btn', callback: () => { - window.open('https://goo.gl/forms/mgyhx4ADH0UuEQJ53', '_blank').focus(); + window.open('https://github.com/camicroscope/caMicroscope/issues', '_blank').focus(); }, }, { diff --git a/apps/segment/segment.js b/apps/segment/segment.js index e164cbb06..578879d9f 100644 --- a/apps/segment/segment.js +++ b/apps/segment/segment.js @@ -313,7 +313,7 @@ async function initUIcomponents() { value: 'bugs', type: 'btn', callback: () => { - window.open('https://goo.gl/forms/mgyhx4ADH0UuEQJ53', '_blank').focus(); + window.open('https://github.com/camicroscope/caMicroscope/issues', '_blank').focus(); }, }, { diff --git a/apps/signup/signup.html b/apps/signup/signup.html index 10243698a..eac655059 100644 --- a/apps/signup/signup.html +++ b/apps/signup/signup.html @@ -54,7 +54,7 @@ Signup