aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Z. Chen <dzc@google.com>2017-11-30 15:15:24 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-30 15:17:02 -0800
commitcf0ac02ed80fc14a6e6e4032dc40f69e25396e35 (patch)
tree7040bc69da15578bfb0c82af4b5567d6e3d1cccc
parent1a483d42df5bb42bcdc1f5f19662bcd1debd399d (diff)
Add redirect from skylark/index.html to skylark/concepts.html.
Closes #4140. PiperOrigin-RevId: 177515494
-rw-r--r--site/docs/index.md (renamed from site/docs/index.html)0
-rw-r--r--site/docs/skylark/cookbook.md2
-rw-r--r--site/docs/skylark/index.md4
3 files changed, 5 insertions, 1 deletions
diff --git a/site/docs/index.html b/site/docs/index.md
index b32fa5c8bf..b32fa5c8bf 100644
--- a/site/docs/index.html
+++ b/site/docs/index.md
diff --git a/site/docs/skylark/cookbook.md b/site/docs/skylark/cookbook.md
index 5a1f26b19d..b5440e9d00 100644
--- a/site/docs/skylark/cookbook.md
+++ b/site/docs/skylark/cookbook.md
@@ -411,7 +411,7 @@ sh_binary(
`merge.sh`:
-```bash
+```sh
#!/bin/sh
out=$1
diff --git a/site/docs/skylark/index.md b/site/docs/skylark/index.md
new file mode 100644
index 0000000000..5635048212
--- /dev/null
+++ b/site/docs/skylark/index.md
@@ -0,0 +1,4 @@
+---
+layout: redirect
+redirect: concepts.html
+---