Change Avatar Package docs links

This commit is contained in:
David Rowe 2020-01-05 16:59:51 +13:00
parent 934311b54a
commit d79c87b2d4
3 changed files with 3 additions and 3 deletions

View file

@ -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() {

View file

@ -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");
} }
} }

View file

@ -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) {