Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e76779c

Browse files
committed
Link to contrib dirs from the root README.md, instead of README files inside them.
1 parent a54becb commit e76779c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ This is a mirror of postgres repo with several changes to the core and a few ext
1414

1515
## New extensions:
1616

17-
### [`arbiter`](contrib/arbiter/README)
17+
### [`arbiter`](contrib/arbiter)
1818
A distributed transaction management daemon.\
1919
Used by `pg_dtm` and `multimaster`.
2020

21-
### [`mmts`](contrib/mmts/README.md)
21+
### [`mmts`](contrib/mmts)
2222
A synchronous multi-master replication based on **logical decoding** and **xtm**.
2323

24-
### [`multimaster`](contrib/multimaster/README.md)
24+
### [`multimaster`](contrib/multimaster)
2525
A synchronous multi-master replication based on **snapshot sharing**.
2626

27-
### [`pg_dtm`](contrib/pg_dtm/README.md)
27+
### [`pg_dtm`](contrib/pg_dtm)
2828
A coordinator-based distributed transaction management implementation based on **snapshot sharing**.
2929

30-
### [`pg_tsdtm`](contrib/pg_tsdtm/README.md)
30+
### [`pg_tsdtm`](contrib/pg_tsdtm)
3131
A coordinator-less distributed transaction management implementation based on **commit timestamps**.
3232

33-
### [`raftable`](contrib/raftable/README)
33+
### [`raftable`](contrib/raftable)
3434
A key-value table replicated over Raft protocol.\
3535
Used by `mmts`.

0 commit comments

Comments
 (0)