From 15a3dd8d67b5fefa4e0940bdeb9ec2340f3a4345 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Mon, 23 Aug 2021 04:30:46 +0000 Subject: [PATCH] minor fix --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 9038701..8432166 100644 --- a/Home.md +++ b/Home.md @@ -120,7 +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) +* [Best Practices 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)