Skip to content

Commit b01074e

Browse files
committed
fix next part links in devextreme documents
1 parent 0d6f34d commit b01074e

6 files changed

+6
-7
lines changed

blog-posts/en/using-asp.net-zero-with-devextreme-angular-part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,4 @@ In this tutorial, we have explored the process of creating a phonebook applicati
370370

371371
In the next tutorial, we will add a **application service** to manage the phonebook. We will also add a **unit test** for the application service. Finally, we will add a **new page** to the **Angular** application to display the phonebook.
372372

373-
https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-angular-part-2
373+
See the [next part](https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-angular-part-2) of this tutorial.

blog-posts/en/using-asp.net-zero-with-devextreme-angular-part-2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,4 @@ In this blog post, we've seen how to create a new **application service** and us
266266

267267
In our upcoming blog post, we will focus on the implementation of the `CreatePerson` method. We'll create a new page dedicated to creating new people and ensure the functionality is thoroughly tested through unit tests. Additionally, we'll explore the capabilities of **DevExtreme** controls within the Angular framework.
268268

269-
https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-angular-part-3
270-
269+
See the [next part](https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-angular-part-3) of this tutorial.

blog-posts/en/using-asp.net-zero-with-devextreme-angular-part-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,4 @@ In this blog post, we covered two important functionalities in the phone book ap
324324

325325
In the upcoming blog post, we will cover several important topics related to our application. We'll start by exploring the process of **editing** a person's information, allowing us to update their **details** as needed. Next, we'll focus on **adding new phone** numbers to a person, enhancing their contact information. We'll also learn how to **delete phone** numbers from a person's record, providing **flexibility** in managing their data. Additionally, we'll guide you through **running the application**, ensuring a smooth execution of the developed features. Finally, we'll **conclude** the blog series, summarizing our journey and achievements. Stay tuned for an informative and engaging read!
326326

327-
https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-angular-part-4
327+
See the [next part](https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-angular-part-4) of this tutorial.

blog-posts/en/using-asp.net-zero-with-devextreme-mvc-part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,4 +346,4 @@ In this tutorial, we have explored the process of creating a phonebook applicati
346346

347347
In the next tutorial, we will add a **application service** to manage the phonebook. We will also add a **unit test** for the application service. Finally, we will add a **new page** to the **mvc** application to display the phonebook.
348348

349-
https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-mvc-part-2
349+
See the [next part](https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-mvc-part-2) of this tutorial.

blog-posts/en/using-asp.net-zero-with-devextreme-mvc-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,4 @@ In this blog post, we've seen how to create a new **application service** and us
281281

282282
In our upcoming blog post, we will focus on the implementation of the `CreatePerson` method. We'll create a new page dedicated to creating new people and ensure the functionality is thoroughly tested through unit tests. Additionally, we'll explore the capabilities of **DevExtreme** controls within the Mvc framework.
283283

284-
https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-mvc-part-3
284+
See the [next part](https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-mvc-part-3) of this tutorial.

blog-posts/en/using-asp.net-zero-with-devextreme-mvc-part-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,4 @@ In this blog post, we covered two important functionalities in the phone book ap
315315

316316
In the upcoming blog post, we will cover several important topics related to our application. We'll start by exploring the process of **editing** a person's information, allowing us to update their **details** as needed. Next, we'll focus on **adding new phone** numbers to a person, enhancing their contact information. We'll also learn how to **delete phone** numbers from a person's record, providing **flexibility** in managing their data. Additionally, we'll guide you through **running the application**, ensuring a smooth execution of the developed features. Finally, we'll **conclude** the blog series, summarizing our journey and achievements. Stay tuned for an informative and engaging read!
317317

318-
https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-mvc-part-4
318+
See the [next part](https://aspnetzero.com/blog/using-asp.net-zero-with-devextreme-mvc-part-4) of this tutorial.

0 commit comments

Comments
 (0)