Fix broken javadoc URL in README (#54434)

Summary:
The link in the README was broken

Pull Request resolved: https://github.com/pytorch/pytorch/pull/54434

Reviewed By: ailzhang

Differential Revision: D27328733

Pulled By: nairbv

fbshipit-source-id: 12ebb6f66983f9348a90b9738fbd9f3f2660c2d1
This commit is contained in:
Brian Vaughan
2021-03-25 11:26:57 -07:00
committed by Facebook GitHub Bot
parent a7c7fc96ff
commit 9c60fc9cd9

View File

@ -223,4 +223,4 @@ To load torchscript model for mobile we need some special setup which is placed
## PyTorch Android API Javadoc
You can find more details about the PyTorch Android API in the [Javadoc](https://pytorch.org/docs/stable/packages.html).
You can find more details about the PyTorch Android API in the [Javadoc](https://pytorch.org/javadoc/).