update project url

For some time my site has been moved from arcanis.name to arcanis.me.
Also https protocol forced.
This commit is contained in:
2016-03-05 19:39:26 +03:00
parent 5af4b0c40c
commit be9203e816
17 changed files with 24 additions and 24 deletions

View File

@ -46,7 +46,7 @@ Item {
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
text: i18n("Detailed information may be found on <a href=\"http://arcanis.name/projects/awesome-widgets/\">project homepage</a>")
text: i18n("Detailed information may be found on <a href=\"https://arcanis.me/projects/awesome-widgets/\">project homepage</a>")
onLinkActivated: Qt.openUrlExternally(link);
}