Update go/androidx-dev#custom-search-engine for go/cs-package-deprecation

PiperOrigin-RevId: 584014032
Change-Id: I24923f2e26a41c2bb00442c3cb036dcd00f262fd
diff --git a/docs/principles.md b/docs/principles.md
index 7c5344f..93bc971 100644
--- a/docs/principles.md
+++ b/docs/principles.md
@@ -38,7 +38,7 @@
 -   Include only functionality that is relevant to the library's stated use case
     -   End user and developer trust depend on libraries being transparent about
         their operation. See
-        [Functionality](/company/teams/androidx/api_guidelines#functionality) in
+        [Functionality](/docs/api_guidelines#functionality) in
         the API Guidelines for details.
 
 ### 3. Aware of the existing developer ecosystem
@@ -66,7 +66,7 @@
 -   Comply with AndroidX checks and policies such as API tracking and style
     checks
 -   See
-    [Integrating proprietary components](/company/teams/androidx/open_source.md)
+    [Integrating proprietary components](/docs/open_source.md)
     for guidance on using closed-source and proprietary libraries and services
 
 ### 6. Written using language-idiomatic APIs
@@ -118,7 +118,7 @@
     new libraries should be written in Kotlin, compile using the latest stable
     Android SDK, and assume that clients are using the latest stable versions of
     Android Studio, Gradle, and AGP. See the
-    [AndroidX API Guidelines](/company/teams/androidx/api_guidelines/index.md#dependencies-kotlin)
+    [AndroidX API Guidelines](/docs/api_guidelines/index.md#dependencies-kotlin)
     for more details, including the use of Java sources and `-ktx` artifacts.
 
 ### 14. High quality APIs and ownership