diff --git a/docs/contributing/index.html b/docs/contributing/index.html
index 1a745f6a27f..968802e93d5 100644
--- a/docs/contributing/index.html
+++ b/docs/contributing/index.html
@@ -350,7 +350,8 @@
Learning Vitess
Read the Vitess concepts and the Sharding page.
-- After reading, try to answer the following question (click expand to see the answer):
+
- We also recommend to look at our latest presentations. They contain many illustrations which help understanding how Vitess works in detail.
+- After studying the pages, try to answer the following question (click expand to see the answer):
Let's assume a keyspace with 256 range-based shards: What is the name of the first, the second and the last shard?
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index 6f005b392b2..cc6d17b2e1a 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -22,25 +22,25 @@
http://vitess.io/user-guide/horizontal-sharding.html
- http://vitess.io/overview/
+ http://vitess.io/about/
- http://vitess.io/about/
+ http://vitess.io/search/
- http://vitess.io/terms/
+ http://vitess.io/overview/
- http://vitess.io/
+ http://vitess.io/getting-started/
- http://vitess.io/search/
+ http://vitess.io/contributing/
- http://vitess.io/getting-started/
+ http://vitess.io/terms/
- http://vitess.io/contributing/
+ http://vitess.io/
http://vitess.io/user-guide/introduction.html
diff --git a/docs/user-guide/sharding.html b/docs/user-guide/sharding.html
index 7bbb59ec37a..d0c609af801 100644
--- a/docs/user-guide/sharding.html
+++ b/docs/user-guide/sharding.html
@@ -311,8 +311,9 @@ Supported Operations
With these features, you can start with a single keyspace that contains
all of your data (in multiple tables). As your database grows, you can
-move tables to different keyspaces and shard some or all of those keyspaces
-without any real downtime for your application.
+move tables to different keyspaces (vertical split) and shard some or
+all of those keyspaces (horizontal split) without any real downtime
+for your application.
Range-based Sharding