diff --git a/app/controllers/admin/communication/websites/posts/categories_controller.rb b/app/controllers/admin/communication/websites/posts/categories_controller.rb
index 209c45735edfff34107140f3bf111633704aa080..98cea917f016df9aadecc9acbc95f56907f5d4c1 100644
--- a/app/controllers/admin/communication/websites/posts/categories_controller.rb
+++ b/app/controllers/admin/communication/websites/posts/categories_controller.rb
@@ -78,7 +78,7 @@ class Admin::Communication::Websites::Posts::CategoriesController < Admin::Commu
 
   def destroy
     @category.destroy
-    redirect_to admin_communication_website_categories_url, notice: t('admin.successfully_destroyed_html', model: @category.to_s)
+    redirect_to admin_communication_website_post_categories_url, notice: t('admin.successfully_destroyed_html', model: @category.to_s)
   end
 
   protected