[plasma/plasma-sdk] themeexplorer/src/qml: themeexplorer: Update help url
Tobias Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 042ca0a64edb22299f73d98a7eec0c420cf477fc by Tobias Fella.
Committed on 06/08/2026 at 13:50.
Pushed by tfella into branch 'master'.
themeexplorer: Update help url
M +1 -1 themeexplorer/src/qml/Main.qml
https://invent.kde.org/plasma/plasma-sdk/-/commit/042ca0a64edb22299f73d98a7eec0c420cf477fc
diff --git a/themeexplorer/src/qml/Main.qml b/themeexplorer/src/qml/Main.qml
index 9de4cc30..d8e8b540 100644
--- a/themeexplorer/src/qml/Main.qml
+++ b/themeexplorer/src/qml/Main.qml
@@ -99,7 +99,7 @@ Kirigami.AbstractApplicationWindow {
QQC2.ToolButton {
QQC2.ToolTip.text: KI18n.i18n("Help")
icon.name: "help-contents"
- onClicked: Qt.openUrlExternally("https://techbase.kde.org/Development/Tutorials/Plasma5/ThemeDetails");
+ onClicked: Qt.openUrlExternally("https://develop.kde.org/docs/plasma/theme/");
}
QQC2.TextField {
placeholderText: KI18n.i18n("Search…")