From e5d8209ee6db36b69381c6103eb829790cbc122b Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 27 Aug 2024 14:54:30 +0300 Subject: [PATCH 1/2] Update concepts.md --- docs/en/studio/concepts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/studio/concepts.md b/docs/en/studio/concepts.md index 5f23150cf16..995519e1913 100644 --- a/docs/en/studio/concepts.md +++ b/docs/en/studio/concepts.md @@ -5,7 +5,7 @@ { "Next": { "Name": "Overview", - "Path": "studio/overview.md" + "Path": "studio/overview" } } ```` @@ -46,4 +46,4 @@ Some ABP Studio terms may seem conflict with .NET and Visual Studio. To make the | Module | Solution | | Package | Project | -In essence, ABP Studio uses the solution term to cover all the .NET solutions and other components of your product. ABP Studio is used to build and manage the relations of these multiple .NET solutions and provides a high-level view of the whole system. \ No newline at end of file +In essence, ABP Studio uses the solution term to cover all the .NET solutions and other components of your product. ABP Studio is used to build and manage the relations of these multiple .NET solutions and provides a high-level view of the whole system. From 8d1860ade9a81c333eab5531cad708764d995ea0 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 27 Aug 2024 15:40:06 +0300 Subject: [PATCH 2/2] Update monitoring-applications.md --- docs/en/studio/monitoring-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/studio/monitoring-applications.md b/docs/en/studio/monitoring-applications.md index b7a67e2f63c..645df154180 100644 --- a/docs/en/studio/monitoring-applications.md +++ b/docs/en/studio/monitoring-applications.md @@ -5,7 +5,7 @@ { "Next": { "Name": "Working with Kubernetes", - "Path": "studio/kubernetes.md" + "Path": "studio/kubernetes" } } ````