From 189b3f112f8ea8a5909f128b571d06b137131b11 Mon Sep 17 00:00:00 2001 From: zjgarvey <47986913+zjgarvey@users.noreply.github.com> Date: Sat, 27 Apr 2024 13:27:05 -0500 Subject: [PATCH] Fix broken link in abstract_interp_lib.md (#2800) --- docs/abstract_interp_lib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/abstract_interp_lib.md b/docs/abstract_interp_lib.md index eb862e6bb40e..e4d346e435f4 100644 --- a/docs/abstract_interp_lib.md +++ b/docs/abstract_interp_lib.md @@ -104,7 +104,7 @@ that this is minimal. ## Adding to the abstract interpretation library -See [Adding a Shape and Dtype Function](adding_a_shape_and_dtype_function.md) +See [Adding Abstract Interpretation Functions](adding_abstract_interpretation_functions.md) for details on how to add a shape and dtype function for an operator. ## Rationale