Skip to content

Commit 255883b

Browse files
authored
remove dead link (ipfs#1415)
1 parent cc47a2d commit 255883b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/case-study-snapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To understand how Snapshot uses IPFS, it's useful to understand how the whole ar
103103
- **Logic tier:** The [snapshot-hub](https://github.com/snapshot-labs/snapshot-hub) node.js server that exposes a GraphQL API.
104104
- **Data tier:** A combination of a MySQL database for indexing and querying and IPFS as its storage layer for space configuration, proposals, user actions, and votes.
105105

106-
> **Note:** Even though MySQL is used for querying, all data stored on MySQL is available on IPFS. [Tables in the database schema](https://github.com/snapshot-labs/snapshot-hub/blob/master/src/helpers/schema.sql) have an `ipfs` field holding the IPFS CID.
106+
> **Note:** Even though MySQL is used for querying, all data stored on MySQL is available on IPFS. Tables in the database schema have an `ipfs` field holding the IPFS CID.
107107
108108
![Snapshot architecture](./images/case-studies/img-snapshot-architecture.png)
109109

0 commit comments

Comments
 (0)