mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-20 03:50:21 +00:00
update for new repo
This commit is contained in:
@@ -230,16 +230,16 @@ export default {
|
||||
let url;
|
||||
switch (mode) {
|
||||
case "github":
|
||||
url = "https://github.com/wh1te909/tacticalrmm/";
|
||||
url = "https://github.com/amidaware/tacticalrmm/";
|
||||
break;
|
||||
case "docs":
|
||||
url = "https://wh1te909.github.io/tacticalrmm/";
|
||||
url = "https://docs.tacticalrmm.com";
|
||||
break;
|
||||
case "bug":
|
||||
url = "https://github.com/wh1te909/tacticalrmm/issues/new?template=bug_report.md";
|
||||
url = "https://github.com/amidaware/tacticalrmm/issues/new?template=bug_report.md";
|
||||
break;
|
||||
case "feature":
|
||||
url = "https://github.com/wh1te909/tacticalrmm/issues/new?template=feature_request.md";
|
||||
url = "https://github.com/amidaware/tacticalrmm/issues/new?template=feature_request.md";
|
||||
break;
|
||||
case "discord":
|
||||
url = "https://discord.gg/upGTkWp";
|
||||
|
||||
@@ -138,7 +138,7 @@ export default {
|
||||
|
||||
const latestReleaseURL = computed(() => {
|
||||
return latestTRMMVersion.value
|
||||
? `https://github.com/wh1te909/tacticalrmm/releases/tag/v${latestTRMMVersion.value}`
|
||||
? `https://github.com/amidaware/tacticalrmm/releases/tag/v${latestTRMMVersion.value}`
|
||||
: "";
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user