Update references to build encyclopedia

RELNOTES: None.
PiperOrigin-RevId: 268965936
diff --git a/site/docs/bazel-overview.md b/site/docs/bazel-overview.md
index 266135e..3b062ae 100644
--- a/site/docs/bazel-overview.md
+++ b/site/docs/bazel-overview.md
@@ -36,7 +36,7 @@
     source files. It works with multiple repositories and user bases in the tens
     of thousands.
 
-*   **Bazel is extensible.** Many [languages](be/overview.html#rules) are
+*   **Bazel is extensible.** Many [languages](rules.html) are
     supported, and you can extend Bazel to support any other language or
     framework.
 
diff --git a/site/docs/getting-started.md b/site/docs/getting-started.md
index 235d68e..a858100 100644
--- a/site/docs/getting-started.md
+++ b/site/docs/getting-started.md
@@ -40,7 +40,7 @@
 relate to each other, jump to the [Bazel Concepts](build-ref.html) page.
 
 Once you are familiar with the basics, you can try the rules for
-[other languages](be/overview.html).
+[other languages](rules.html).
 
 ## Migration
 
@@ -51,21 +51,6 @@
 
 *   [Migrating from Xcode to Bazel](migrate-xcode.html)
 
-
-## Language-specific resources
-
-Once you are familiar with Bazel, take a look at the language-specific
-resources, such as functions and build rules:
-
-*   [C++ and Bazel](bazel-and-cpp.html)
-
-*   [Java and Bazel](bazel-and-java.html)
-
-*   [Android and Bazel](bazel-and-android.html)
-
-*   [Apple apps and Bazel](bazel-and-apple.html)
-
-
 ## Reference
 
 To further explore Bazel, refer to the following resources:
@@ -74,4 +59,4 @@
 
 *   [Bazel User Manual](user-manual.html)
 
-*   [Build Encyclopedia](be/overview.html)
+*   [Rules](rules.html) for many languages
diff --git a/site/docs/tutorial/cpp.md b/site/docs/tutorial/cpp.md
index 4d5e846..9416937 100644
--- a/site/docs/tutorial/cpp.md
+++ b/site/docs/tutorial/cpp.md
@@ -393,7 +393,7 @@
 *  [External Dependencies](../external.html) to learn more about working with
    local and remote repositories.
 
-*  The [Build Encyclopedia](../be/overview.html) to learn more about Bazel.
+*  The [other rules](../rules.html) to learn more about Bazel.
 
 *  The [Java build tutorial](java.md) to get started with
    building Java applications with Bazel.
diff --git a/site/docs/tutorial/java.md b/site/docs/tutorial/java.md
index 9e9d9881..2db52dd 100644
--- a/site/docs/tutorial/java.md
+++ b/site/docs/tutorial/java.md
@@ -411,7 +411,7 @@
 *  [External Dependencies](../external.html) to learn more about working with
    local and remote repositories.
 
-*  The [Build Encyclopedia](../be/overview.html) to learn more about Bazel.
+*  The [other rules](../rules.html) to learn more about Bazel.
 
 *  The [C++ build tutorial](../tutorial/cpp.md) to get started with building
    C++ projects with Bazel.