diff --git a/docs/develop/access-the-swarm/host-your-website.md b/docs/develop/access-the-swarm/host-your-website.md index f0ec0a085..93679c9a3 100644 --- a/docs/develop/access-the-swarm/host-your-website.md +++ b/docs/develop/access-the-swarm/host-your-website.md @@ -43,7 +43,7 @@ Make sure you trust the gateway you are interacting with! To ensure that you are First we will need to upload the website assets to Swarm in order to get its Swarm reference hash, see -[uploading a directory](/docs/develop/access-the-swarm/upload-a-directory) +[uploading a directory](/docs/develop/access-the-swarm/upload-and-download) for more information. This time we will also include the `Swarm-Index-Document` header set to the `index.html`. This will cause Bee to serve each directories `index.html` file as default when browsing to the directory root `/` url. We will also provide a custom error page, using the `Swarm-Error-Document` header. diff --git a/docs/develop/access-the-swarm/introduction.md b/docs/develop/access-the-swarm/introduction.md index 60f24791a..cd0db9ff7 100644 --- a/docs/develop/access-the-swarm/introduction.md +++ b/docs/develop/access-the-swarm/introduction.md @@ -17,7 +17,7 @@ Bee provides several convenient ways to [upload your data into the Swarm](/docs/ ### Upload Whole Directories -Find out how to [upload whole directories](/docs/develop/access-the-swarm/upload-a-directory) at once using Bee's HTTP API. +Find out how to [upload whole directories](/docs/develop/access-the-swarm/upload-and-download) at once using Bee's HTTP API. ### Host Your Website on the Decentralised Web diff --git a/openapi/SwarmCommon.yaml b/openapi/SwarmCommon.yaml index 43cc1d3ab..38a31b11e 100644 --- a/openapi/SwarmCommon.yaml +++ b/openapi/SwarmCommon.yaml @@ -954,7 +954,7 @@ components: required: false description: > Specify the retrieve strategy on redundant data. - The mumbers stand for NONE, DATA, PROX and RACE, respectively. + The numbers stand for NONE, DATA, PROX and RACE, respectively. Strategy NONE means no prefetching takes place. Strategy DATA means only data chunks are prefetched. Strategy PROX means only chunks that are close to the node are prefetched.