summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.py b/src/ui.py
index 8290495..6e32c9e 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -359,7 +359,7 @@ class Welcome(SlidePage):
layout.addStretch(1)
donate_label = Clickable(_("Welcome", "We have worked hard on Mageia 10, we have <u>renewed the infrastructure</u>, which costed €30,000. <br />Support us by <u>making a donation</u>."))
donate_label.clicked.connect(
- partial(self.weblink, "https://enventelibre.org/en/recherche?controller=search&s=mageia")
+ partial(self.weblink, "https://enventelibre.org/en/search?s=mageia")
)
donate_label.setStyleSheet("font-size: 18px; color: white;")
donate_label.setAlignment(Qt.AlignmentFlag.AlignCenter)