Skip to content

Commit

Permalink
GEODE-8038: Fix product name in docs (#5017)
Browse files Browse the repository at this point in the history
  • Loading branch information
karensmolermiller authored Apr 29, 2020
1 parent 35718a5 commit 1098fc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2180,7 +2180,7 @@ gfsh</a>
</ul>
</li>
<li class="has_submenu">
<a href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/redis_adapter.html">Geode Redis Adapter</a>
<a href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/redis_adapter.html">Redis Adapter</a>
<ul>
<li>
<a href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/redis_adapter.html#using-the-redis-adapter">Using the Redis Adapter</a>
Expand Down
10 changes: 5 additions & 5 deletions geode-docs/prereq_and_install.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

Each host of Apache Geode that meets a small set of prerequisites may follow the provided installation instructions.
Each host of <%=vars.product_name_long%> that meets a small set of prerequisites may follow the provided installation instructions.

- **[Host Machine Requirements](getting_started/system_requirements/host_machine.html)**

Host machines must meet a set of requirements for Apache Geode.
Host machines must meet a set of requirements for <%=vars.product_name_long%>.

- **[How to Install](getting_started/installation/install_standalone.html)**

Build from source or use the ZIP or TAR distribution to install Apache Geode on every physical and virtual machine that will run Apache Geode.
Build from source or use the ZIP or TAR distribution to install <%=vars.product_name_long%> on every physical and virtual machine that will run <%=vars.product_name_long%>.

- **[Setting Up the CLASSPATH](getting_started/setup_classpath.html)**

This topic describes how Geode processes set their CLASSPATH.
This topic describes how <%=vars.product_name_long%> processes set their CLASSPATH.

- **[How to Uninstall](getting_started/uninstall_geode.html)**

This section describes how to remove Geode.
This section describes how to remove <%=vars.product_name_long%>.


2 changes: 1 addition & 1 deletion geode-docs/tools_modules/redis_adapter.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Geode Redis Adapter
title: Redis Adapter
---

<!--
Expand Down

0 comments on commit 1098fc2

Please sign in to comment.