diff --git a/src/modules/greeting/GreetingPage.cpp b/src/modules/greeting/GreetingPage.cpp index dcac8068b..2f2214923 100644 --- a/src/modules/greeting/GreetingPage.cpp +++ b/src/modules/greeting/GreetingPage.cpp @@ -39,6 +39,7 @@ GreetingPage::GreetingPage( QWidget* parent ) string( Calamares::Branding::ProductName ) ), this ); text->setAlignment( Qt::AlignCenter ); text->setWordWrap( true ); + text->setOpenExternalLinks( true ); mainLayout->addStretch(); mainLayout->addWidget( text );