diff --git a/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows.md b/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows.md
index a0b3f58..ffa25ee 100644
--- a/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows.md
+++ b/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows.md
@@ -8,7 +8,7 @@ At first, We need to build the debug version libtorch On Windows. You can refer
## Start Visual Studio correctly
Once the libtorch built, please copy the directory of the libiomp5md.dll and add it to the PATH.
-
+
For me, I use a bat to start Visual Studio
```
set PATH=D:\programs\envs\nightly\Library\bin\;%PATH%
diff --git a/Home.md b/Home.md
index 095aa18..9038701 100644
--- a/Home.md
+++ b/Home.md
@@ -120,6 +120,7 @@ New to PyTorch? Don't know where to start?
* [JIT C++ Tests](https://github.com/pytorch/pytorch/blob/master/test/cpp/jit/README.md)
* [C++ Frontend Tests](https://github.com/pytorch/pytorch/blob/master/test/cpp/api/README.md)
* [FAQ](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/notes/faq.rst)
+* [Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows](https://github.com/pytorch/pytorch/wiki/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows)
### Benchmarks
* [Distributed Data Parallel Benchmark](https://github.com/pytorch/pytorch/blob/master/benchmarks/distributed/ddp/README.md)