Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix next documentation reference for studio/concepts documentation. #20649

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/studio/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"Next": {
"Name": "Overview",
"Path": "studio/overview.md"
"Path": "studio/overview"
}
}
````
Expand Down Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion docs/en/studio/monitoring-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"Next": {
"Name": "Working with Kubernetes",
"Path": "studio/kubernetes.md"
"Path": "studio/kubernetes"
}
}
````
Expand Down
Loading