Update link

PiperOrigin-RevId: 232049075
diff --git a/g3doc/MLIRForGraphAlgorithms.md b/g3doc/MLIRForGraphAlgorithms.md
index a53fa02..d68c472 100644
--- a/g3doc/MLIRForGraphAlgorithms.md
+++ b/g3doc/MLIRForGraphAlgorithms.md
@@ -238,7 +238,7 @@
 capture this (e.g. serialize it to proto), passes have to recompute it on demand
 with ShapeRefiner.
 
-The [MLIR Tensor Type](g3doc/LangRef.md#tensor-type) directly captures shape
+The [MLIR Tensor Type](LangRef.md#tensor-type) directly captures shape
 information, so you can have things like:
 
 ```mlir {.mlir}