User Guide config: update for 1.10 release
diff --git a/docs/geode-native-book/config.yml b/docs/geode-native-book/config.yml
index 6a6ea25..11c8904 100644
--- a/docs/geode-native-book/config.yml
+++ b/docs/geode-native-book/config.yml
@@ -21,15 +21,15 @@
 sections:
 - repository:
     name: geode-native-docs
-  directory: docs/geode-native/19
+  directory: docs/geode-native/110
   subnav_template: geode-nc-nav
 
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lc: geode
-  product_version: 1.9
-  product_version_nodot: 19
+  product_version: "1.10"
+  product_version_nodot: 110
   client_name: Geode Native
   min_java_update: 121
   support_url: http://geode.apache.org/community
diff --git a/docs/geode-native-book/redirects.rb b/docs/geode-native-book/redirects.rb
index ccc631f..9b29538 100644
--- a/docs/geode-native-book/redirects.rb
+++ b/docs/geode-native-book/redirects.rb
@@ -19,7 +19,7 @@
 r302 %r{/dotnetdocs/(.*)}, 'https://geode.apache.org/releases/latest/dotnetdocs/$1'
 
 # Links to User Guides #
-rewrite '/', '/docs/geode-native/19/about-client-users-guide.html'
-rewrite '/index.html', '/docs/geode-native/19/about-client-users-guide.html'
-r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/19/$1'
-r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/19/$1'
+rewrite '/', '/docs/geode-native/110/about-client-users-guide.html'
+rewrite '/index.html', '/docs/geode-native/110/about-client-users-guide.html'
+r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/110/$1'
+r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/110/$1'