diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 26aee49f..f78c3926 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -49,7 +49,7 @@ Add any other context about the problem here. **Your config.json file** ``` { - "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json", + "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json", "__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.", "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.", "settings": { diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 0a0f20ae..e0de813e 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -36,7 +36,7 @@ If applicable, add screenshots to help explain your problem. **Your config.json file** ``` { - "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json", + "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json", "__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.", "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.", "settings": { diff --git a/docker/config.json.template b/docker/config.json.template index e463ef4c..a6fe3201 100644 --- a/docker/config.json.template +++ b/docker/config.json.template @@ -1,5 +1,5 @@ { - "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json", + "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json", "settings": { "plugins":{"enabled": false}, "_mongoDb": null, diff --git a/sample-config-advanced.json b/sample-config-advanced.json index c3ebb79c..151aeb29 100644 --- a/sample-config-advanced.json +++ b/sample-config-advanced.json @@ -1,5 +1,5 @@ { - "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json", + "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json", "__comment__": "This is a sample configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.", "settings": { "_cert": "myserver.mydomain.com", diff --git a/sample-config.json b/sample-config.json index 5affe3b2..74862a32 100644 --- a/sample-config.json +++ b/sample-config.json @@ -1,5 +1,5 @@ { - "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json", + "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json", "__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.", "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.", "settings": {