mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-27 11:58:47 +02:00
Change Avatar Package docs links
This commit is contained in:
parent
934311b54a
commit
d79c87b2d4
3 changed files with 3 additions and 3 deletions
|
@ -229,7 +229,7 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
function openDocs() {
|
function openDocs() {
|
||||||
Qt.openUrlExternally("https://docs.highfidelity.com/create/avatars/package-avatar.html");
|
Qt.openUrlExternally("https://docs.projectathena.dev/create/avatars/package-avatar.html");
|
||||||
}
|
}
|
||||||
|
|
||||||
function openVideo() {
|
function openVideo() {
|
||||||
|
|
|
@ -326,7 +326,7 @@ Item {
|
||||||
text: "This item is not for sale yet, <a href='#'>learn more</a>."
|
text: "This item is not for sale yet, <a href='#'>learn more</a>."
|
||||||
|
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
Qt.openUrlExternally("https://docs.highfidelity.com/sell/add-item/upload-avatar.html");
|
Qt.openUrlExternally("https://docs.projectathena.dev/sell/add-item/upload-avatar.html");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ static QStringList HAND_MAPPING_SUFFIXES = {
|
||||||
"HandThumb1",
|
"HandThumb1",
|
||||||
};
|
};
|
||||||
|
|
||||||
const QUrl PACKAGE_AVATAR_DOCS_BASE_URL = QUrl("https://docs.highfidelity.com/create/avatars/package-avatar.html");
|
const QUrl PACKAGE_AVATAR_DOCS_BASE_URL = QUrl("https://docs.projectathena.dev/create/avatars/package-avatar.html");
|
||||||
|
|
||||||
AvatarDoctor::AvatarDoctor(const QUrl& avatarFSTFileUrl) :
|
AvatarDoctor::AvatarDoctor(const QUrl& avatarFSTFileUrl) :
|
||||||
_avatarFSTFileUrl(avatarFSTFileUrl) {
|
_avatarFSTFileUrl(avatarFSTFileUrl) {
|
||||||
|
|
Loading…
Reference in a new issue