diff --git a/src/declarativeimports/core/framesvgitem.h b/src/declarativeimports/core/framesvgitem.h
index 017fdf013..dc866b14a 100644
--- a/src/declarativeimports/core/framesvgitem.h
+++ b/src/declarativeimports/core/framesvgitem.h
@@ -120,7 +120,7 @@ class FrameSvgItem : public QQuickItem
/**
* prefix for the 9 piece svg, like "pushed" or "normal" for the button
- * see https://techbase.kde.org/Development/Tutorials/Plasma/ThemeDetails
+ * see https://techbase.kde.org/Development/Tutorials/Plasma5/ThemeDetails
* for a list of paths and prefixes
* It can also be an array of strings, specifying a fallback chain in case
* the first element isn't found in the theme, eg ["toolbutton-normal", "normal"]
diff --git a/src/plasma/Mainpage.dox b/src/plasma/Mainpage.dox
index df0f3178f..df16f12f8 100644
--- a/src/plasma/Mainpage.dox
+++ b/src/plasma/Mainpage.dox
@@ -35,7 +35,7 @@ Other important classes are:
The
-Plasma tutorials
+Plasma tutorials
on TechBase provide a good introduction to writing plugins, such as widgets and
data engines, for libplasma-based applications.