diff --git a/doc/WINDOWS_TUTORIAL.md b/doc/WINDOWS_TUTORIAL.md index 0f368f4063770a0a87cc64fd5e944a925e259d9a..ebd3265bc93ee2301963920ff5fdfe070c943cbc 100644 --- a/doc/WINDOWS_TUTORIAL.md +++ b/doc/WINDOWS_TUTORIAL.md @@ -14,7 +14,7 @@ This document guides users how to build Paddle Serving service on the Windows pl **Install Git Tools**: For details, see [Git official website](https://git-scm.com/downloads) -**Install the necessary C++ library (optional)**: Some users may encounter the problem that the dll cannot be linked during the `import paddle` stage. It is recommended to [Install Visual Studio Community Edition](`https://visualstudio.microsoft. com/`), and install the relevant components of C++. +**Install the necessary C++ library (optional)**: Some users may encounter the problem that the dll cannot be linked during the `import paddle` stage. It is recommended to [Install Visual Studio Community Edition](https://visualstudio.microsoft.com/), and install the relevant components of C++. **Install Paddle and Serving**: In Powershell, execute