Skip to content

Commit

Permalink
Merge pull request #593 from ethersphere/book-of-swarm-url
Browse files Browse the repository at this point in the history
update bos link
  • Loading branch information
NoahMaizels authored May 15, 2024
2 parents b515acd + 288a7e6 commit 71213c8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 15 deletions.
4 changes: 1 addition & 3 deletions docs/bee/installation/hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ id: hive

Because of how the swarm is structured, we recommend that users
wishing to scale up their Bee operation, or set up a commercial Bee
hive should seek to run many instances of Bee simultaneously. Read <a
href="/the-book-of-swarm.pdf" target="_blank" rel="noopener
noreferrer">The Book of Swarm</a> for more information on how the
hive should seek to run many instances of Bee simultaneously. Read [The Book of Swarm](https://www.ethswarm.org/the-book-of-swarm-2.pdf) for more information on how the
swarm comes together.

Swarm provides tooling to help you install many Bees at once.
Expand Down
2 changes: 1 addition & 1 deletion docs/bee/working-with-bee/cashing-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ relieves unnecessary congestion on the blockchain. 💩

:::info
Learn more about how SWAP and other accounting protocols work by reading
<a href="/the-book-of-swarm.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> .
[The Book of Swarm](https://www.ethswarm.org/the-book-of-swarm-2.pdf).
:::

Bee contains a rich set of features to enable you to query the current accounting state of your node. First, let's query our node's current balance by sending a POST request to the balances endpoint.
Expand Down
3 changes: 1 addition & 2 deletions docs/bee/working-with-bee/debug-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ curl -X GET http://localhost:1635/topology | jq

In this example, our node is beginning to form a healthy network. We hope to see our node adding and
connecting to nodes in as many bins as possible. Learn more about proximity order bins and how your
Bee node becomes part of the ordered p2p network in
<a href="/the-book-of-swarm.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> .
Bee node becomes part of the ordered p2p network in [The Book of Swarm](https://www.ethswarm.org/the-book-of-swarm-2.pdf).

```json
{
Expand Down
6 changes: 2 additions & 4 deletions docs/develop/tools-and-features/chunk-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ id: chunk-types
---

Swarm is home to many types of chunks, but these can be categoried
into 4 broad categories. Read <a href="/the-book-of-swarm.pdf"
target="_blank" rel="noopener noreferrer">The Book of Swarm</a> for
into 4 broad categories. Read [The Book of Swarm](https://www.ethswarm.org/the-book-of-swarm-2.pdf) for
more information on how swarm comes together.

## Content Addressed Chunks
Expand All @@ -29,8 +28,7 @@ reserved just for your personal Ethereum key pair! Here you can write
whatever you'd please. Single Owner Chunks are the technology that
powers Swarm's [feeds](/docs/develop/tools-and-features/feeds), but they are
capable of much more! Look out for more chats about this soon, and for
more info read <a href="/the-book-of-swarm.pdf" target="_blank"
rel="noopener noreferrer">The Book of Swarm</a> .
more info read [The Book of Swarm](https://www.ethswarm.org/the-book-of-swarm-2.pdf).

## Custom Chunk Types

Expand Down
4 changes: 1 addition & 3 deletions docs/develop/tools-and-features/feeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ A feed is a collection of Single Owner Chunks with predicatable addresses. This
### Creating and Updating a Feed

In order to edit a feed, you will need to sign your chunks using an
Ethereum keypair. For the intrepid, check out the <a
href="/the-book-of-swarm.pdf" target="_blank" rel="noopener
noreferrer">The Book of Swarm</a> on precise details on how to do
Ethereum keypair. For the intrepid, check out the [The Book of Swarm](https://www.ethswarm.org/the-book-of-swarm-2.pdf) on precise details on how to do
this. For the rest of us, both [bee-js](/docs/develop/tools-and-features/bee-js)
and [swarm-cli](/docs/bee/working-with-bee/swarm-cli) provide facilities
to achieve this using JavaScript and a node-js powered command line
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/ecosystem/awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Some software on this list is community created and has not been reviewed for fu

### Documentation

[The Book of Swarm](https://docs.ethswarm.org/the-book-of-swarm.pdf) - Storage and communication infrastructure for self-sovereign digital society back-end stack for the decentralised web
[The Book of Swarm](https://www.ethswarm.org/the-book-of-swarm-2.pdf) - Storage and communication infrastructure for self-sovereign digital society back-end stack for the decentralised web

[Bee Docs](https://github.com/ethersphere/bee-docs) - Documentation for the Swarm Bee Client. View at [docs.ethswarm.org](https://docs.ethswarm.org/docs/).

Expand Down
2 changes: 1 addition & 1 deletion docs/learn/technology/what-is-swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: what-is-swarm

# What is Swarm?

The complete vision of Swarm is described in detail in [The Book of Swarm](https://papers.ethswarm.org/p/book-of-swarm/) written by Swarm founder Viktor Tron, with further high level details described in the [whitepaper](https://papers.ethswarm.org/p/whitepaper/). More in depth low level implementation details can be found in the [Swarm Specification paper](https://papers.ethswarm.org/p/swarm-specification/). To stay up to date with all the latest research and technical papers from Swarm, make sure to bookmark the [Papers section](https://papers.ethswarm.org/) of the Ethswarm homepage.
The complete vision of Swarm is described in detail in [The Book of Swarm](https://www.ethswarm.org/the-book-of-swarm-2.pdf) written by Swarm founder Viktor Tron, with further high level details described in the [whitepaper](https://papers.ethswarm.org/p/whitepaper/). More in depth low level implementation details can be found in the [Swarm Specification paper](https://papers.ethswarm.org/p/swarm-specification/). To stay up to date with all the latest research and technical papers from Swarm, make sure to bookmark the [Papers section](https://papers.ethswarm.org/) of the Ethswarm homepage.

Swarm is peer-to-peer network of nodes which work together to provide decentralised storage and communication infrastructure.

Expand Down

0 comments on commit 71213c8

Please sign in to comment.