Fix the invalid link for FX (#149289)

As the title stated.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/149289
Approved by: https://github.com/zou3519
This commit is contained in:
FFFrog
2025-03-17 11:23:27 +08:00
committed by PyTorch MergeBot
parent 97910b6c00
commit 1dce65a82c

View File

@ -854,7 +854,7 @@ Non-\ ``torch`` Functions
FX uses ``__torch_function__`` as the mechanism by which it intercepts
calls (see the `technical
overview <https://github.com/pytorch/pytorch/blob/master/torch/fx/OVERVIEW.md#technical-details>`__
overview <https://github.com/pytorch/pytorch/blob/main/torch/fx/README.md#technical-details>`__
for more information about this). Some functions, such as builtin Python
functions or those in the ``math`` module, are not covered by
``__torch_function__``, but we would still like to capture them in