Skip to content

Commit e26b8cd

Browse files
author
micah
authored
use Markdown image instead of HTML, fix path on mkdocs (#1682)
1 parent c7d4d98 commit e26b8cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/transactions/transactions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@ ClientSession is in one of five states: "no transaction", "starting transaction"
253253
"transaction committed", and "transaction aborted". It transitions among these states according to the following
254254
diagram:
255255

256-
<img src="client-session-transaction-states.png"
257-
style="width:6.5in;height:3.68056in" alt="states" />
256+
![ClientSession transaction states](client-session-transaction-states.png)
258257
([GraphViz source](client-session-transaction-states.dot))
259258

260259
When a ClientSession is created it starts in the "no transaction" state. Starting, committing, and aborting a

0 commit comments

Comments
 (0)