Skip to content

Commit

Permalink
Merge pull request #1817 from omahs/main
Browse files Browse the repository at this point in the history
chore: broken link
  • Loading branch information
2color authored Apr 17, 2024
2 parents 5d278c0 + 849f757 commit 3f70364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ All of these solutions use content-based addressing.

| technology | storage mechanism | data model | consensus mechanism | networking stack | identifier | address composition | use cases | similarity to IPFS |
| --------------------- | ------------------------- | --------------------- | --------------------------- | ---------------- | ------------------- | ------------------- | ------------------------ | ------------------ |
| [filecoin](https://filecoin.io/docs) | blockchain-based storage | merkle DAG | proof-of-replication | libp2p | cid | cid | decentralized data storage | high |
| [filecoin](https://docs.filecoin.io/) | blockchain-based storage | merkle DAG | proof-of-replication | libp2p | cid | cid | decentralized data storage | high |
| [storj](https://storj.io/docs/) | decentralized storage | erasure coding | proof-of-retrievability | UDP | farmer ID | farmer ID + file metadata | encrypted cloud storage | medium |
| [Holo](https://developer.holochain.org/docs/) | decentralized application | distributed hash table | distributed hash table | actor model | agent ID | agent ID | decentralized applications | medium |
| [Swarm](https://swarm-guide.readthedocs.io/) | decentralized storage | distributed hash table | proof-of-custody | libp2p | chunk ID | chunk ID | decentralized data storage | high |
Expand Down
4 changes: 2 additions & 2 deletions docs/how-to/work-with-pinning-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ To add a new pinning service to IPFS Desktop or Web UI:

- A **nickname** for this service. This can be helpful if, for example, you want to add two accounts from the same service.
- Your service's **API endpoint URL**. This field only appears if you've selected a custom pinning service.
- You **secret access token**, provided to you by the pinning service. See the your specific pinning service documentation for more info.
- You **secret access token**, provided to you by the pinning service. See your specific pinning service documentation for more info.

Example using Pinata and [pinata.cloud/keys](https://app.pinata.cloud/keys):
![Pinata secret access token](./images/work-with-pinning-services/add-service-pinata-token.jpg)
Expand Down Expand Up @@ -190,5 +190,5 @@ Once you're ready to open the doors to the public, create a pull request against
## Other options
Pinning services that implement the the vendor-agnostic [IPFS Pinning Service API](https://ipfs.github.io/pinning-services-api-spec/) specification are supported directly in IPFS Kubo itself. To learn more, run the `ipfs pin remote --help` command.
Pinning services that implement the vendor-agnostic [IPFS Pinning Service API](https://ipfs.github.io/pinning-services-api-spec/) specification are supported directly in IPFS Kubo itself. To learn more, run the `ipfs pin remote --help` command.

0 comments on commit 3f70364

Please sign in to comment.