This is an automated email from the ASF dual-hosted git repository.
jinwoo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new c6d0892907 GEODE-10489: Fix broken link in user guide pointing to
version 1.16 documentation (#7932)
c6d0892907 is described below
commit c6d0892907dc02d6b3f962c3c602416963373186
Author: kaajaln2 <[email protected]>
AuthorDate: Thu Sep 25 19:42:04 2025 -0400
GEODE-10489: Fix broken link in user guide pointing to version 1.16
documentation (#7932)
Found the issue trying to publish the 1.15.2 documentation
---
geode-book/config.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/geode-book/config.yml b/geode-book/config.yml
index c055f8113e..c156d7e965 100644
--- a/geode-book/config.yml
+++ b/geode-book/config.yml
@@ -21,17 +21,17 @@ public_host: localhost
sections:
- repository:
name: geode-docs
- directory: docs/guide/116
+ directory: docs/guide/115
subnav_template: geode-subnav
template_variables:
product_name_long: Apache Geode
product_name: Geode
product_name_lowercase: geode
- product_version: '1.16'
- product_version_nodot: '116'
- product_version_old_minor: '1.15'
- product_version_geode: '1.16'
+ product_version: '1.15'
+ product_version_nodot: '115'
+ product_version_old_minor: '1.14'
+ product_version_geode: '1.15'
min_java_version: '8'
min_java_update: '121'
support_url: http://geode.apache.org/community