Skip to content

Commit c6d0892

Browse files
authored
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
1 parent ddaf798 commit c6d0892

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

geode-book/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ public_host: localhost
2121
sections:
2222
- repository:
2323
name: geode-docs
24-
directory: docs/guide/116
24+
directory: docs/guide/115
2525
subnav_template: geode-subnav
2626

2727
template_variables:
2828
product_name_long: Apache Geode
2929
product_name: Geode
3030
product_name_lowercase: geode
31-
product_version: '1.16'
32-
product_version_nodot: '116'
33-
product_version_old_minor: '1.15'
34-
product_version_geode: '1.16'
31+
product_version: '1.15'
32+
product_version_nodot: '115'
33+
product_version_old_minor: '1.14'
34+
product_version_geode: '1.15'
3535
min_java_version: '8'
3636
min_java_update: '121'
3737
support_url: http://geode.apache.org/community

0 commit comments

Comments
 (0)