Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Dec 21, 2023
1 parent d14c854 commit 4ed0349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/develop/access-the-swarm/host-your-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/access-the-swarm/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion openapi/SwarmCommon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ed0349

Please sign in to comment.