From 2e2bf925e0f8bd39cd63387c33a04fc639fbc094 Mon Sep 17 00:00:00 2001 From: "Rodrigo Q. Saramago" Date: Wed, 26 May 2021 15:38:40 +0200 Subject: [PATCH 1/2] Fix broken cashout link --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 940df031e..ff48c4923 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -142,7 +142,7 @@ Yes, but their free plan has limit 100k requests per day. ### Where can I find documents about the cashout commands? -https://docs.ethswarm.org/docs/working-with-bee/cashout +https://docs.ethswarm.org/docs/working-with-bee/cashing-out ### When I run http://localhost:1635/chequebook/balance I get "totalBalance" and "availableBalance" what is the difference? From e3b9e8cfe3f8088f60246566c96f2009b1db7daf Mon Sep 17 00:00:00 2001 From: "Rodrigo Q. Saramago" Date: Sat, 29 May 2021 11:33:23 +0200 Subject: [PATCH 2/2] Fix others broken links --- docs/community/awesome-swarm.md | 4 ++-- docs/working-with-bee/backups.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/community/awesome-swarm.md b/docs/community/awesome-swarm.md index 2c62364a5..bbbfd99e4 100644 --- a/docs/community/awesome-swarm.md +++ b/docs/community/awesome-swarm.md @@ -23,7 +23,7 @@ https://github.com/ethersphere/bee-js #### Contracts -https://github.com/ethersphere/swap-swear-swindle +https://github.com/ethersphere/swap-swear-and-swindle https://github.com/ethersphere/storage-incentives #### The Book of Swarm @@ -58,6 +58,6 @@ This is community generated software and come no guarantees. Use at your own ris - https://github.com/DigiDr/swarm-docker-python-tools - https://github.com/mfw78/apiarist - https://github.com/nnnggel/swam-base -- https://github.com/jmozah/swarm-crawler +- https://github.com/jmozah/bee-crawler - https://github.com/beejeez/beejeez 👀 diff --git a/docs/working-with-bee/backups.md b/docs/working-with-bee/backups.md index d135b796b..397ba2028 100644 --- a/docs/working-with-bee/backups.md +++ b/docs/working-with-bee/backups.md @@ -73,7 +73,7 @@ Your Bee data directory contains three stores. The keys directory contains your important key material. This is the most important data by far, and is produced and retained from Bee's initialisation procedure. If you have used **Bee-clef** to manage your key material and signing procedures, see below for information on how to keep backups of your keys. :::info -If you are using Bee to manage your keys (not recommended - please use [Bee Clef](/docs/installation/bee-clef)!). You must convert your keys in order to import into Metamask and other Ethereum wallets. You may use [exportSwarmKeys](https://github.com/ethersphere/exportSwarmKeys) to make the conversion. +If you are using Bee to manage your keys (not recommended - please use [Bee Clef](/docs/installation/bee-clef)!). You must convert your keys in order to import into Metamask and other Ethereum wallets. You may use [exportSwarmKeys](https://github.com/ethersphere/exportSwarmKey) to make the conversion. ::: ### Statestore