Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/bee/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Depending on your needs you can run ultra-light, light or full node.

### What are the differences between Bee node types?

A bee node can be configured to run in various modes based on specific use cases and requirements. [See here](/docs/bee/installation/quick-start) for an overview of the differences.
A bee node can be configured to run in various modes based on specific use cases and requirements. [See here](/docs/bee/installation/getting-started) for an overview of the differences.


#### What are the requirements for running a Bee node?
Expand Down
2 changes: 1 addition & 1 deletion docs/bee/installation/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Prerequisites for installing direct from source are:

- **go** - download the latest release from [golang.org](https://golang.org/dl).
- **git** - download from [git-scm.com](https://git-scm.com/).
- **make** - usually included in most operating systems.
- **make** - [make](https://www.gnu.org/software/make/) is usually included by default in most UNIX operating systems, and can be installed and used on almost any other operating system where it is not included by default.

### Build from Source

Expand Down
Loading