From 7be0bebbc0d431648b63074a98c0ae8dfe549553 Mon Sep 17 00:00:00 2001 From: Jin Date: Mon, 12 Jul 2021 07:50:39 +0700 Subject: [PATCH] Update Part-4.md fix 404 url --- docs/en/Tutorials/Part-4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Tutorials/Part-4.md b/docs/en/Tutorials/Part-4.md index 2262598544..324507347c 100644 --- a/docs/en/Tutorials/Part-4.md +++ b/docs/en/Tutorials/Part-4.md @@ -52,7 +52,7 @@ This part covers the **server side** tests. There are several test projects in t Each project is used to test the related project. Test projects use the following libraries for testing: -* [Xunit](https://xunit.github.io/) as the main test framework. +* [Xunit](https://github.com/xunit/xunit) as the main test framework. * [Shoudly](https://github.com/shouldly/shouldly) as the assertion library. * [NSubstitute](http://nsubstitute.github.io/) as the mocking library. @@ -249,4 +249,4 @@ Congratulations, the **green icons** indicates that the tests have been successf ## The Next Part -See the [next part](Part-5.md) of this tutorial. \ No newline at end of file +See the [next part](Part-5.md) of this tutorial.