You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/03/19 20:41:21 UTC

[couchdb-documentation] branch rfc/003-changes-feed updated: Fix URLs

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch rfc/003-changes-feed
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/rfc/003-changes-feed by this push:
     new 8b0bb6d  Fix URLs
8b0bb6d is described below

commit 8b0bb6dd53545185e5721fb15c7f27c3c1af7dbc
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Tue Mar 19 16:41:08 2019 -0400

    Fix URLs
---
 rfcs/003-fdb-seq-index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rfcs/003-fdb-seq-index.md b/rfcs/003-fdb-seq-index.md
index 7d41996..e1ad4c7 100644
--- a/rfcs/003-fdb-seq-index.md
+++ b/rfcs/003-fdb-seq-index.md
@@ -129,7 +129,7 @@ L --> |No| M
 L --> |Yes| F
 M --> J
 ```
-![option1](../images/003-option1.png)
+![option1](images/003-option1.png)
 
 The flow above refers to a "transaction ID"; this is an extension of the
 revision metadata to uniquely identify each transaction attempt. A versionstamp
@@ -175,7 +175,7 @@ L --> |No| M
 L --> |Yes| N
 M --> J
 ```
-![option2](../images/003-option2.png)
+![option2](images/003-option2.png)
 
 Landing on the ¯\\_(ツ)_/¯ case would require all of the following:
 - Txn A with `commit_unknown_result`
@@ -201,7 +201,7 @@ A --> |Yes| C
 B[Previous txn failed, retry using normal flow]
 C[Do not retry, return 201 to client]
 ```
-![option3](../images/003-option3.png)
+![option3](images/003-option3.png)
 
 Leaving this section available for comments and suggestions on how to proceed.