From 12492c374cb33cd6a4534e79e795bc84f95570ce Mon Sep 17 00:00:00 2001 From: Arun Date: Fri, 26 Jun 2020 11:35:08 +0800 Subject: [PATCH] fix broken link --- .../02-adding-custom-panel-categories.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/developer/customization/articles/50-product-navigation/02-customizing-the-product-menu/02-adding-custom-panel-categories.markdown b/en/developer/customization/articles/50-product-navigation/02-customizing-the-product-menu/02-adding-custom-panel-categories.markdown index 1c3673e8c9c..411f5622870 100644 --- a/en/developer/customization/articles/50-product-navigation/02-customizing-the-product-menu/02-adding-custom-panel-categories.markdown +++ b/en/developer/customization/articles/50-product-navigation/02-customizing-the-product-menu/02-adding-custom-panel-categories.markdown @@ -70,7 +70,7 @@ define information about your entry. This takes only two steps: The `property` element designates two properties that should be assigned for your category. The `panel.category.key` specifies the parent category for your custom category. You can find popular parent categories to assign in - the [`PanelCategoryKeys`](@app-ref@/application-list/latest/javadocs/com/liferay/application/list/PanelCategoryKeys.html) + the [`PanelCategoryKeys`](@app-ref@/application-list/latest/javadocs/com/liferay/application/list/constants/PanelCategoryKeys.html) class. For instance, if you wanted to create a child category in the Control Panel, you could assign `PanelCategoryKeys.CONTROL_PANEL`. Likewise, if you wanted to create a root category, like the Control Panel or Site