diff --git a/prototype_source/fx_graph_mode_quant_guide.rst b/prototype_source/fx_graph_mode_quant_guide.rst index 9072e488a4b..4ae8496ed52 100644 --- a/prototype_source/fx_graph_mode_quant_guide.rst +++ b/prototype_source/fx_graph_mode_quant_guide.rst @@ -142,7 +142,7 @@ Refactor your code to make it symbolically traceable If it is easy to refactor the code and make the code symbolically traceable, we can refactor the code and remove the use of non-traceable constructs in python. -More information about symbolic tracing support can be found in: (TODO: link) +More information about symbolic tracing support can be found `here `_. before: