From bbeba9828b862090936dd253c4a40e33da238ba9 Mon Sep 17 00:00:00 2001
From: Shahed Nasser <shahednasser@gmail.com>
Date: Tue, 10 Dec 2024 09:33:50 +0200
Subject: [PATCH] docs: fix file path in CMS integration example

---
 .../app/learn/customization/integrate-systems/service/page.mdx  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/apps/book/app/learn/customization/integrate-systems/service/page.mdx b/www/apps/book/app/learn/customization/integrate-systems/service/page.mdx
index 29ee23c0fabf8..54fd5ad17c6b5 100644
--- a/www/apps/book/app/learn/customization/integrate-systems/service/page.mdx
+++ b/www/apps/book/app/learn/customization/integrate-systems/service/page.mdx
@@ -84,7 +84,7 @@ export const methodsHighlights = [
   ["20", "retrieveBrands", "A method that retrieves a brand from a third-party system."]
 ]
 
-```ts title="src/modules/brand/services/client.ts" highlights={methodsHighlights}
+```ts title="src/modules/cms/service.ts" highlights={methodsHighlights}
 export class BrandClient {
   // ...