mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
Use redirected documentation URL
This commit is contained in:
parent
7f0f1885ae
commit
bea8baeead
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ namespace NetworkingConstants {
|
|||
const QUrl HELP_DOCS_URL{ "https://docs.overte.org" };
|
||||
const QUrl HELP_FORUM_URL{ "https://overte.org" };
|
||||
const QUrl HELP_SCRIPTING_REFERENCE_URL{ "https://apidocs.overte.org/" };
|
||||
const QUrl HELP_RELEASE_NOTES_URL{ "https://docs.overte.org/en/latest/release-notes.html" };
|
||||
const QUrl HELP_RELEASE_NOTES_URL{ "https://docs.overte.org/release-notes.html" };
|
||||
const QUrl HELP_BUG_REPORT_URL{ "https://github.com/overte-org/overte/issues" };
|
||||
|
||||
const QString DEFAULT_OVERTE_ADDRESS = "file:///~/serverless/tutorial.json";
|
||||
|
|
Loading…
Reference in a new issue