[docs][quant] Fix FX Graph Mode Quantization tutorial link (#54715)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/54715
Test Plan: Imported from OSS
Reviewed By: vkuzo
Differential Revision: D27338515
fbshipit-source-id: d61b140284548073df42ead1900f179c6ada2f02
diff --git a/docs/source/quantization.rst b/docs/source/quantization.rst
index 832ad74..117f2bb 100644
--- a/docs/source/quantization.rst
+++ b/docs/source/quantization.rst
@@ -472,9 +472,10 @@
model_fused = quantize_fx.fuse_fx(model_to_quantize)
Please see the following tutorials for more information about FX Graph Mode Quantization:
-- `User Guide on Using FX Graph Mode Quantization <https://pytorch.org/tutorials/prototype/fx_graph_mode_quant_guide_tutorial.html>`_
-- `FX Graph Mode Post Training Static Quantization <https://pytorch.org/tutorials/prototype/fx_graph_mode_ptq_static_tutorial.html>`_
-- `FX Graph Mode Post Training Dynamic Quantization <https://pytorch.org/tutorials/prototype/fx_graph_mode_ptq_dynamic_tutorial.html>`_
+
+- `User Guide on Using FX Graph Mode Quantization <https://pytorch.org/tutorials/prototype/fx_graph_mode_quant_guide.html>`_
+- `FX Graph Mode Post Training Static Quantization <https://pytorch.org/tutorials/prototype/fx_graph_mode_ptq_static.html>`_
+- `FX Graph Mode Post Training Dynamic Quantization <https://pytorch.org/tutorials/prototype/fx_graph_mode_ptq_dynamic.html>`_
Quantized Tensors
---------------------------------------