diff --git a/vuepress/docs/next/docs/curate/bundle-details.md b/vuepress/docs/next/docs/curate/bundle-details.md
index c651b8f4b..a63433a0f 100644
--- a/vuepress/docs/next/docs/curate/bundle-details.md
+++ b/vuepress/docs/next/docs/curate/bundle-details.md
@@ -106,7 +106,7 @@ The following is a list of specifications for the bundle descriptor and its comp
|`ingressPath`|String|No||Custom ingress path for health check|
|`name`|String|Yes||Microservice name|
|`permissions`|[Permission[]](#permission-specification)|No| | List of permissions to grant to the microservice |
-|`resources`|[resources](#microservices-resources)| No | | Requested resources for storage, memory and CPU |
+|`resources`|[Resources](#microservices-resources)| No | | Requested resources for storage, memory and CPU |
|`roles`|String[]|No||Exposed security roles|
|`stack`|Enum|Yes|*spring-boot
*node
*custom|Microservice stack |
|`version`|String|Required only for a custom stack||Microservice version override|
diff --git a/vuepress/docs/v7.3/docs/curate/bundle-details.md b/vuepress/docs/v7.3/docs/curate/bundle-details.md
index c651b8f4b..a63433a0f 100644
--- a/vuepress/docs/v7.3/docs/curate/bundle-details.md
+++ b/vuepress/docs/v7.3/docs/curate/bundle-details.md
@@ -106,7 +106,7 @@ The following is a list of specifications for the bundle descriptor and its comp
|`ingressPath`|String|No||Custom ingress path for health check|
|`name`|String|Yes||Microservice name|
|`permissions`|[Permission[]](#permission-specification)|No| | List of permissions to grant to the microservice |
-|`resources`|[resources](#microservices-resources)| No | | Requested resources for storage, memory and CPU |
+|`resources`|[Resources](#microservices-resources)| No | | Requested resources for storage, memory and CPU |
|`roles`|String[]|No||Exposed security roles|
|`stack`|Enum|Yes|*spring-boot
*node
*custom|Microservice stack |
|`version`|String|Required only for a custom stack||Microservice version override|