diff --git a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml
index d26bf81e57..213540b334 100644
--- a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml
+++ b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml
@@ -97,10 +97,11 @@ Rectangle {
textFormat: Text.StyledText
linkColor: "#00B4EF"
color: "white"
- text: "Blockchain technology from Elements."
+ property string link: "https://eos.io/"
+ text: "Blockchain technology from EOS."
size: 14
onLinkActivated: {
- HiFiAbout.openUrl("https://elementsproject.org/elements/");
+ HiFiAbout.openUrl(link);
}
}
RalewayRegular {