diff --git a/README.md b/README.md index 6694ca5794..58945044b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # NOTICE: TorchDynamo has moved We have moved TorchDynamo to -[pytorch/pytorch](https://github.com/pytorch/pytorch/tree/master/torch/_dynamo) +[pytorch/pytorch](https://github.com/pytorch/pytorch/tree/main/torch/_dynamo) + - `import torchdynamo` is now `import torch._dynamo` - `import torchinductor` is now `import torch._inductor` @@ -9,7 +10,7 @@ This repository still contains: - An alias to the new location - Issues: we will continue using this project for issue tracking -For Documentation: https://pytorch.org/docs/master/dynamo/ +For Documentation: https://pytorch.org/docs/stable/dynamo/index.html ## License diff --git a/documentation/TROUBLESHOOTING.md b/documentation/TROUBLESHOOTING.md index 04acebeb25..0e61df486e 100644 --- a/documentation/TROUBLESHOOTING.md +++ b/documentation/TROUBLESHOOTING.md @@ -1,2 +1,2 @@ -Troubleshooting guide has moved to pytorch.org: https://pytorch.org/docs/master/dynamo/troubleshooting.html -If you are making updates to the guide please make a PR to: https://github.com/pytorch/pytorch/tree/master/docs/source/dynamo \ No newline at end of file +Troubleshooting guide has moved to pytorch.org: https://pytorch.org/docs/stable/dynamo/troubleshooting.html +If you are making updates to the guide please make a PR to: https://github.com/pytorch/pytorch/blob/main/docs/source/compile/troubleshooting.rst