You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/06/13 19:00:56 UTC

[geode] branch develop updated: GEODE-5313: User Guide - consolidate transaction coding examples - fix a broken link

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 065e996  GEODE-5313: User Guide - consolidate transaction coding examples - fix a broken link
065e996 is described below

commit 065e996b04f1958f51c6eb6ffd45ef974e62cdcb
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Wed Jun 13 12:00:24 2018 -0700

    GEODE-5313: User Guide - consolidate transaction coding examples - fix a broken link
---
 .../developing/transactions/working_with_transactions.html.md.erb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-docs/developing/transactions/working_with_transactions.html.md.erb b/geode-docs/developing/transactions/working_with_transactions.html.md.erb
index e01a158..50a3686 100644
--- a/geode-docs/developing/transactions/working_with_transactions.html.md.erb
+++ b/geode-docs/developing/transactions/working_with_transactions.html.md.erb
@@ -160,7 +160,7 @@ If the member with the primary copy of the data crashes, the transactional view
 
 If a suspended transaction is not touched for a period of time, <%=vars.product_name%> cleans it up automatically. By default, the timeout for a suspended transaction is 30 minutes and can be configured using the system property `gemfire.suspendedtxTimeout`. For example, `gemfire.suspendedtxTimeout=60` specifies a timeout of 60 minutes.
 
-See [Basic Suspend and Resume Transaction Example](transaction_suspend_resume_example.html) for a sample code fragment that suspends and resumes a transaction.
+See [Basic Suspend and Resume Transaction Example](transaction_coding_examples.html#suspend_resume_example) for a sample code fragment that suspends and resumes a transaction.
 
 ## <a id="concept_ysx_nf1_wk" class="no-quick-link"></a>Using Cache Writer and Cache Listener Plug-Ins
 

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.