Skip to content

Commit 8e3556e

Browse files
authored
Fix path to FDB logo in README.md (#3235)
This was moved as part of the switch to sphinx, but the link was not updated.
1 parent 05942da commit 8e3556e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img alt="FoundationDB logo" src="docs/FDB_logo.png?raw=true" width="400">
1+
<img alt="FoundationDB logo" src="docs/sphinx/source/FDB_logo.png?raw=true" width="400">
22

33
FoundationDB is a distributed database designed to handle large volumes of structured data across clusters of commodity servers. It organizes data as an ordered key-value store and employs ACID transactions for all operations. It is especially well-suited for read/write workloads but also has excellent performance for write-intensive workloads. Users interact with the database using API language binding.
44

0 commit comments

Comments
 (0)