diff --git a/CHANGES.rst b/CHANGES.rst
index 6ea47c1..e2c302f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,7 +4,9 @@ Changelog
2.4.4 (unreleased)
------------------
-- Nothing changed yet.
+- Change the category of the configlet to 'plone-general' [sneridagh]
+
+- Updated links for the renamed 'Types' control panel [sneridagh]
2.4.3 (2015-06-05)
diff --git a/plone/app/discussion/browser/controlpanel.pt b/plone/app/discussion/browser/controlpanel.pt
index 4d84e7e..f050f5a 100644
--- a/plone/app/discussion/browser/controlpanel.pt
+++ b/plone/app/discussion/browser/controlpanel.pt
@@ -11,7 +11,7 @@
tal:attributes="class view/settings"
metal:fill-slot="prefs_configlet_content">
-
+
@@ -44,7 +44,7 @@
Types control panel
to choose a workflow for the 'Discussion Item' type.
diff --git a/plone/app/discussion/browser/moderation.pt b/plone/app/discussion/browser/moderation.pt
index d5c2065..81a1fca 100644
--- a/plone/app/discussion/browser/moderation.pt
+++ b/plone/app/discussion/browser/moderation.pt
@@ -32,7 +32,7 @@
Moderation workflow is disabled. You have to
+ tal:attributes="href string:${context/portal_url}/@@content-controlpanel?type_id=Discussion Item">
enable the 'Comment Review Workflow' for the Comment content
type before you can moderate comments here.
diff --git a/plone/app/discussion/profiles/default/controlpanel.xml b/plone/app/discussion/profiles/default/controlpanel.xml
index f06f000..91f1500 100644
--- a/plone/app/discussion/profiles/default/controlpanel.xml
+++ b/plone/app/discussion/profiles/default/controlpanel.xml
@@ -9,7 +9,7 @@
title="Discussion"
action_id="discussion"
appId="plone.app.discussion"
- category="Plone"
+ category="plone-general"
condition_expr=""
icon_expr="string:${portal_url}/discussionitem_icon.png"
url_expr="string:${portal_url}/@@discussion-controlpanel"