Skip to content

Commit

Permalink
Merge pull request #186 from r0qs/broken-cashout-link
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
significance authored Jun 9, 2021
2 parents 74d9812 + e3b9e8c commit d1c5aca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/community/awesome-swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 👀

2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion docs/working-with-bee/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1c5aca

Please sign in to comment.