diff --git a/site/_includes/documentation-sidebar/1 b/site/_includes/documentation-sidebar/1
new file mode 120000
index 00000000000000..e440e5c8425869
--- /dev/null
+++ b/site/_includes/documentation-sidebar/1
@@ -0,0 +1 @@
+3
\ No newline at end of file
diff --git a/site/_includes/documentation-sidebar/1/sidebar.html b/site/_includes/documentation-sidebar/1/sidebar.html
deleted file mode 100644
index 0cc4b853565e3a..00000000000000
--- a/site/_includes/documentation-sidebar/1/sidebar.html
+++ /dev/null
@@ -1,228 +0,0 @@
-
Home
-
-
-Installing Bazel
-
-
-Tutorials
-
-
-Using Bazel
-
-
-Reference
-
-
-Extending Bazel
-
diff --git a/site/_includes/documentation-sidebar/2 b/site/_includes/documentation-sidebar/2
new file mode 120000
index 00000000000000..e440e5c8425869
--- /dev/null
+++ b/site/_includes/documentation-sidebar/2
@@ -0,0 +1 @@
+3
\ No newline at end of file
diff --git a/site/_includes/documentation-sidebar/2/sidebar.html b/site/_includes/documentation-sidebar/2/sidebar.html
deleted file mode 100644
index 0cc4b853565e3a..00000000000000
--- a/site/_includes/documentation-sidebar/2/sidebar.html
+++ /dev/null
@@ -1,228 +0,0 @@
-Home
-
-
-Installing Bazel
-
-
-Tutorials
-
-
-Using Bazel
-
-
-Reference
-
-
-Extending Bazel
-
diff --git a/site/docs/configurable-attributes.md b/site/docs/configurable-attributes.md
index 9a789e055750d9..35bf0be6bccc21 100644
--- a/site/docs/configurable-attributes.md
+++ b/site/docs/configurable-attributes.md
@@ -453,9 +453,9 @@ For more direct support, use one of the following:
### `selects.with_or`
The
-[with_or](https://g3doc.corp.google.com/third_party/bazel_skylib/g3doc/selects_doc.md#selectswith-or)
+[with_or](https://github.com/bazelbuild/bazel-skylib/blob/master/docs/selects_doc.md#selectswith_or)
macro in [Skylib](https://github.com/bazelbuild/bazel-skylib)'s
-[`selects`](https://g3doc.corp.google.com/third_party/bazel_skylib/g3doc/selects_doc.md)
+[`selects`](https://github.com/bazelbuild/bazel-skylib/blob/master/docs/selects_doc.md)
module supports `OR`ing conditions directly inside a `select`:
```python