Merge "Update docs for SAM types to point to the public guidelines" into main
diff --git a/api-guidelines/methods.md b/api-guidelines/methods.md
index 50451bc..db1348d 100644
--- a/api-guidelines/methods.md
+++ b/api-guidelines/methods.md
@@ -139,7 +139,8 @@
 overloaded method does something fundamentally different, then give it a new
 name.
 
-Note: The guideline on placement of [single abstract method](#sam-types)
+Note: The guideline on placement of
+[single abstract method](https://developer.android.com/kotlin/interop#lambda-parameters)
 parameters (ex. `Runnable`, listeners) overrides this guideline. In cases where
 a developer could reasonably expected to write the body of a SAM class as a
 lambda, the SAM class parameter should be placed last.