This is an automated email from the ASF dual-hosted git repository.
dbarnes 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 ba320cb GEODE-5311: User Guide - simplify navigation for "Client
Transactions" section
ba320cb is described below
commit ba320cb717cd9830a922bbf2106b4b627da2ed27
Author: Dave Barnes <[email protected]>
AuthorDate: Mon Jun 11 10:22:16 2018 -0700
GEODE-5311: User Guide - simplify navigation for "Client Transactions"
section
---
.../master_middleman/source/subnavs/geode-subnav.erb | 16 +---------------
.../transactions/cache_transactions.html.md.erb | 2 +-
.../transactions/client_server_transactions.html.md.erb | 2 +-
3 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index a37cbf6..b9d042e 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -1441,22 +1441,8 @@ limitations under the License.
<li>
<a
href="/docs/guide/<%=vars.product_version_nodot%>/developing/transactions/cache_transactions_by_region_type.html">Transactions
by Region Type</a>
</li>
- <li class="has_submenu">
+ <li>
<a
href="/docs/guide/<%=vars.product_version_nodot%>/developing/transactions/client_server_transactions.html">Client
Transactions</a>
- <ul>
- <li>
- <a
href="/docs/guide/<%=vars.product_version_nodot%>/developing/transactions/client_server_transactions.html#how_gemfire_runs_clients">How
Geode Runs Client Transactions</a>
- </li>
- <li>
- <a
href="/docs/guide/<%=vars.product_version_nodot%>/developing/transactions/client_server_transactions.html#client_cache_access">Client
Cache Access During a Transaction</a>
- </li>
- <li>
- <a
href="/docs/guide/<%=vars.product_version_nodot%>/developing/transactions/client_server_transactions.html#client_app_plugins">Client
Transactions and Client Application Plug-Ins</a>
- </li>
- <li>
- <a
href="/docs/guide/<%=vars.product_version_nodot%>/developing/transactions/client_server_transactions.html#client_transaction_failures">Client
Transaction Failures</a>
- </li>
- </ul>
</li>
<li class="has_submenu">
<a
href="/docs/guide/<%=vars.product_version_nodot%>/developing/transactions/transactional_and_nontransactional_ops.html#transactional_and_nontransactional_ops">Comparing
Transactional and Non-Transactional Operations</a>
diff --git a/geode-docs/developing/transactions/cache_transactions.html.md.erb
b/geode-docs/developing/transactions/cache_transactions.html.md.erb
index 8b5d0f6..ef7a006 100644
--- a/geode-docs/developing/transactions/cache_transactions.html.md.erb
+++ b/geode-docs/developing/transactions/cache_transactions.html.md.erb
@@ -42,7 +42,7 @@ Use <%=vars.product_name%> cache transactions to group the
execution of cache op
This section contains guidelines and additional information on working
with <%=vars.product_name%> and its cache transactions.
-- **[How <%=vars.product_name%> Cache Transactions
Work](how_cache_transactions_work.html#topic_fls_1j1_wk)**
+- **[How <%=vars.product_name%> Cache Transactions
Work](how_cache_transactions_work.html)**
This section provides an explanation of how transactions work on
<%=vars.product_name%> caches.
diff --git
a/geode-docs/developing/transactions/client_server_transactions.html.md.erb
b/geode-docs/developing/transactions/client_server_transactions.html.md.erb
index 4781bd7f..9f63730 100644
--- a/geode-docs/developing/transactions/client_server_transactions.html.md.erb
+++ b/geode-docs/developing/transactions/client_server_transactions.html.md.erb
@@ -22,7 +22,7 @@ limitations under the License.
The syntax for writing client transactions is the same on the Java client as
with any other <%=vars.product_name%> member, but the underlying behavior in a
client-run transaction is different from general transaction behavior.
-For general information about running a transaction, refer to [How to Run a
<%=vars.product_name%> Cache
Transaction](run_a_cache_transaction.html#task_f15_mr3_5k).
+For general information about running a transaction, refer to [How to Run a
<%=vars.product_name%> Cache Transaction](run_a_cache_transaction.html).
- **[How <%=vars.product_name%> Runs Client
Transactions](client_server_transactions.html#how_gemfire_runs_clients)**
--
To stop receiving notification emails like this one, please contact
[email protected].