Skip to content

Commit

Permalink
Merge pull request #40 from torrust/37-link-to-documentation-on-the-r…
Browse files Browse the repository at this point in the history
…eadme-is-broken

fix: link to documentation and binaries path
  • Loading branch information
mickvandijke authored Jul 1, 2022
2 parents 38760fb + 68e8070 commit d06d930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This repository serves as the backend for the [Torrust Index](https://github.com

## Documentation

You can read the documentation [here](https://torrust.github.io/torrust-documentation/torrust-web-backend/about/).
You can read the documentation [here](https://torrust.com/torrust-index/install/#installing-the-backend).

## Installation

Expand Down Expand Up @@ -71,7 +71,7 @@ You can read the documentation [here](https://torrust.github.io/torrust-document
6. Run the backend once to generate the `config.toml` file:

```bash
./target/torrust-index-backend
./target/release/torrust-index-backend
```

7. Edit the newly generated `config.toml` file ([config.toml documentation](https://torrust.github.io/torrust-tracker/CONFIG.html)):
Expand Down

0 comments on commit d06d930

Please sign in to comment.